Searched refs:IsNull (Results 1 - 25 of 48) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgdiobj.h32 bool IsNull() const { return m_refData == NULL; } function in class:wxGDIObject
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Dautomtn.cpp114 if (!INVOKEARG(i).GetName().IsNull())
129 if (!INVOKEARG(i).GetName().IsNull())
259 if (!arg1.IsNull())
264 if (!arg2.IsNull())
269 if (!arg3.IsNull())
274 if (!arg4.IsNull())
279 if (!arg5.IsNull())
284 if (!arg6.IsNull())
325 if (!arg1.IsNull())
330 if (!arg2.IsNull())
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dgdiimage.h142 void EnsureHasData() { if ( IsNull() ) m_refData = CreateData(); }
146 { return IsNull() ? 0 : GetGDIImageData()->m_handle; }
153 int GetWidth() const { return IsNull() ? 0 : GetGDIImageData()->m_width; }
154 int GetHeight() const { return IsNull() ? 0 : GetGDIImageData()->m_height; }
155 int GetDepth() const { return IsNull() ? 0 : GetGDIImageData()->m_depth; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgraphicsobject.tex36 \membersection{wxGraphicsObject::IsNull}\label{wxgraphicsobjectisnull}
38 \constfunc{bool}{IsNull}{\void}
H A Dtimespan.tex75 \helpref{IsNull}{wxtimespanisnull}\\
247 \membersection{wxTimeSpan::IsNull}\label{wxtimespanisnull}
249 \constfunc{bool}{IsNull}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dgdiimage.h153 { return IsNull() ? 0 : GetGDIImageData()->m_handle; }
160 int GetWidth() const { return IsNull() ? 0 : GetGDIImageData()->m_width; }
161 int GetHeight() const { return IsNull() ? 0 : GetGDIImageData()->m_height; }
162 int GetDepth() const { return IsNull() ? 0 : GetGDIImageData()->m_depth; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Dgdiimage.h168 void EnsureHasData() { if ( IsNull() ) m_refData = CreateData(); }
193 int GetWidth() const { return IsNull() ? 0 : GetGDIImageData()->m_nWidth; }
194 int GetHeight() const { return IsNull() ? 0 : GetGDIImageData()->m_nHeight; }
195 int GetDepth() const { return IsNull() ? 0 : GetGDIImageData()->m_nDepth; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Ddcprint.cpp57 if (!rsFile.IsNull() && !rsFile.empty())
H A Ddialog.cpp118 if (!rsTitle.IsNull())
H A Dmetafile.cpp134 if (!file.IsNull() && wxFileExists(file))
H A Dtoolbar.cpp547 if (HasFlag(wxTB_TEXT) && !pTool->GetLabel().IsNull())
859 if (HasFlag(wxTB_TEXT) && !pTool->GetLabel().IsNull())
904 if (HasFlag(wxTB_TEXT) && !pTool->GetLabel().IsNull())
954 if (HasFlag(wxTB_TEXT) && !pTool->GetLabel().IsNull())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/forty/
H A Dplayerdg.cpp117 if (!name.IsNull() && name.Length() > 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dgraphics.cpp1281 if ( !m_pen.IsNull() )
1563 if ( m_pen.IsNull() )
1577 if ( !m_brush.IsNull() && ((wxMacCoreGraphicsBrushData*)m_brush.GetRefData())->IsShading() )
1586 if ( m_brush.IsNull() )
1588 if ( m_pen.IsNull() )
1595 if ( m_pen.IsNull() )
1613 if ( !m_brush.IsNull() )
1615 if ( !m_pen.IsNull() )
1626 if ( m_brush.IsNull() )
1732 if ( !m_brush.IsNull() )
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dvariant.cpp67 bool wxVariant::IsNull() const function in class:wxVariant
87 if (!variant.IsNull())
120 if (IsNull() || variant.IsNull())
121 return (IsNull() == variant.IsNull());
134 if (!IsNull())
183 if (IsNull())
1701 if (!IsNull() && (GetType() == wxT("list")))
H A Dhttp.cpp249 if ( GetHeader( wxT("Content-Length") ).IsNull() )
260 if (GetHeader(wxT("User-Agent")).IsNull())
H A Durl.cpp216 if (m_port.IsNull())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dappletwindow.cpp337 if (!cmdValue.IsNull()) {
698 if (classId.IsNull() || classId.Len() == 0) {
707 if (name.IsNull() || name.Len() == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dsndesd.cpp65 if (hostname.IsNull())
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmetafile.cpp168 if (!file.IsNull() && wxFileExists(file))
171 if (!file.IsNull() && (file != wxEmptyString))
H A Dgraphics.cpp1091 if ( !m_pen.IsNull() )
1116 if ( !m_brush.IsNull() )
1118 if ( !m_pen.IsNull() )
1125 if ( !m_pen.IsNull() )
1134 if ( !m_brush.IsNull() )
1266 wxCHECK_RET( !m_font.IsNull(), wxT("wxGDIPlusContext::DrawText - no valid font set") );
1279 wxCHECK_RET( !m_font.IsNull(), wxT("wxGDIPlusContext::GetTextExtent - no valid font set") );
1326 wxCHECK_RET( !m_font.IsNull(), wxT("wxGDIPlusContext::GetPartialTextExtents - no valid font set") );
1361 if ( !m_pen.IsNull() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Ddcclient.cpp1022 if (!m_currentClippingRegion.IsNull())
1107 if (!m_currentClippingRegion.IsNull())
1141 if (!m_currentClippingRegion.IsNull())
1173 if (!m_currentClippingRegion.IsNull() || (useMask && mask))
1179 if (!m_currentClippingRegion.IsNull())
1248 if (!m_currentClippingRegion.IsNull())
1255 if (!m_currentClippingRegion.IsNull())
1347 if (!m_currentClippingRegion.IsNull())
1395 if (!m_currentClippingRegion.IsNull())
1453 if (!m_currentClippingRegion.IsNull())
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Ddcclient.cpp1027 if (!m_currentClippingRegion.IsNull())
1054 if (!m_currentClippingRegion.IsNull())
1112 if (!m_currentClippingRegion.IsNull())
1119 if (!m_currentClippingRegion.IsNull())
1211 if (!m_currentClippingRegion.IsNull())
1274 if (!m_currentClippingRegion.IsNull())
1345 if (!m_currentClippingRegion.IsNull())
1352 if (!m_currentClippingRegion.IsNull())
2001 if (!m_currentClippingRegion.IsNull())
2007 if (!m_paintClippingRegion.IsNull())
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Ddcclient.cpp1099 if (!m_currentClippingRegion.IsNull())
1131 if (!m_currentClippingRegion.IsNull())
1195 if (!m_currentClippingRegion.IsNull())
1281 if (!m_currentClippingRegion.IsNull())
1324 if (!m_currentClippingRegion.IsNull())
1343 if (!m_currentClippingRegion.IsNull())
1400 if (!m_currentClippingRegion.IsNull())
2266 if (!m_currentClippingRegion.IsNull())
2272 if (!m_paintClippingRegion.IsNull())
2298 if (!m_currentClippingRegion.IsNull())
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgraphicc.cpp1205 if ( !m_pen.IsNull() )
1217 if ( !m_brush.IsNull() )
1322 wxCHECK_RET( !m_font.IsNull(), wxT("wxCairoContext::DrawText - no valid font set") );
1342 wxCHECK_RET( !m_font.IsNull(), wxT("wxCairoContext::GetTextExtent - no valid font set") );
1376 wxCHECK_RET( !m_font.IsNull(), wxT("wxCairoContext::GetPartialTextExtents - no valid font set") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dfiledlg.cpp229 if (!m_message.IsNull())

Completed in 372 milliseconds

12