Home
last modified time | relevance | path

Searched refs:IsEmpty (Results 101 – 125 of 482) sorted by relevance

12345678910>>...20

/trunk/main/svx/source/gallery2/
H A Dgalobj.cxx82 if(!aRetval.IsEmpty()) in createPreviewBitmapEx()
176 if( !aThumbBmp.IsEmpty() ) in CreateThumb()
/trunk/main/sd/source/ui/framework/configuration/
H A DConfigurationController.cxx454 if (mpImplementation->mpQueueProcessor->IsEmpty()) in update()
476 return ! mpImplementation->mpQueueProcessor->IsEmpty(); in hasPendingRequests()
/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx455 inline sal_Bool IsEmpty() const;
924 inline sal_Bool Bitmap::IsEmpty() const in IsEmpty() function in Bitmap
/trunk/main/sc/source/core/tool/
H A Dinterpr1.cxx550 else if ( pMat->IsEmpty( nC, nR ) ) in JumpMatrix()
974 aComp.bEmpty[i] = pMat[i]->IsEmpty(j); in CompareMat()
1926 nRes = pMat->IsEmpty( 0 ); in ScIsEmpty()
1933 nRes = pMat->IsEmpty( nC, nR); in ScIsEmpty()
1974 !((ScFormulaCell*)pCell)->IsEmpty(); in IsString()
1988 nRes = pMat->IsString(0) && !pMat->IsEmpty(0); in IsString()
2423 !((ScFormulaCell*)pCell)->IsEmpty(); in ScIsValue()
4259 if (rMat.IsEmpty(i)) in lcl_CompareMatrix2Query()
4322 else if (rMat.IsEmpty(rIndex)) in lcl_GetLastMatch()
4325 while (rIndex > 0 && rMat.IsEmpty(rIndex-1)) in lcl_GetLastMatch()
[all …]
H A Drangeseq.cxx235 if ( !pMatrix->IsEmpty( nCol, nRow ) ) in FillStringArray()
338 if ( !pMatrix->IsEmpty( nCol, nRow ) ) in FillMixedArray()
/trunk/main/cppcanvas/source/mtfrenderer/
H A Dmtftools.cxx171 else if( !rOutdevState.clipRect.IsEmpty() ) in modifyClip()
270 else if( !rOutdevState.clipRect.IsEmpty() ) in modifyClip()
/trunk/main/svtools/source/toolpanel/
H A Dpaneltabbar.cxx780 if ( !i_rBoundaries.IsEmpty() ) in DrawItem()
836 if ( m_aGeometry.getButtonBackRect().IsEmpty() ) in Relayout()
847 if ( m_aGeometry.getButtonForwardRect().IsEmpty() ) in Relayout()
/trunk/main/svx/source/tbxctrls/
H A Dlinectrl.cxx538 OSL_ENSURE( !aBmp.IsEmpty(), "UI-Bitmap wurde nicht erzeugt" ); in FillValueSet()
557 OSL_ENSURE( !aBmp.IsEmpty(), "UI-Bitmap wurde nicht erzeugt" ); in FillValueSet()
H A Dfillctrl.cxx338 if(!aBmp.IsEmpty()) in Update()
386 if(!aBmp.IsEmpty()) in Update()
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx267 if(!aRect.IsEmpty() && !aHairlineRect.IsEmpty()) in GetBitmapFromMetaFile()
980 if (aBound.IsEmpty()) in GetGraphic()
/trunk/main/sc/source/filter/excel/
H A Dxestring.cxx450 if( !IsEmpty() ) in WriteBufferToMem()
533 return mbIsBiff8 && (!IsEmpty() || !mbSmartFlags); in IsWriteFlags()
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx366 DBG_ASSERT( !pEntry->GetBoundRect().IsEmpty(), "empty rectangle" ); in SvtIconWindow_Impl()
379 DBG_ASSERT( !pEntry->GetBoundRect().IsEmpty(), "empty rectangle" ); in SvtIconWindow_Impl()
391 DBG_ASSERT( !pEntry->GetBoundRect().IsEmpty(), "empty rectangle" ); in SvtIconWindow_Impl()
402 DBG_ASSERT( !pEntry->GetBoundRect().IsEmpty(), "empty rectangle" ); in SvtIconWindow_Impl()
/trunk/main/vcl/source/gdi/
H A Doutdev.cxx980 if ( aRegion.IsEmpty() ) in ImplInitClipRegion()
993 if ( maRegion.IsEmpty() ) in ImplInitClipRegion()
1014 if ( aRegion.IsEmpty() ) in ImplInitClipRegion()
1754 if ( aRect.IsEmpty() ) in DrawRect()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclhelperbufferdevice.hxx55 bool isVisible() const { return !maDestPixel.IsEmpty(); } in isVisible()
/trunk/main/autodoc/inc/ary_i/
H A Dci_text2.hxx70 bool IsEmpty() const;
/trunk/main/autodoc/inc/ary/info/
H A Dci_text.hxx62 bool IsEmpty() const { return aTokens.size() == 0; } in IsEmpty() function in ary::info::DocuText
/trunk/main/sfx2/source/sidebar/
H A DContextList.hxx64 bool IsEmpty (void);
/trunk/main/svx/source/svdraw/
H A Dsvddrgv.cxx161 if (rRect.IsEmpty()) in TakeActionRect()
174 if (rRect.IsEmpty()) in TakeActionRect()
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx273 sal_Bool HasParRect() const { return aParentRect.IsEmpty(); } in HasParRect()
274 sal_Bool HasNewRect() const { return aNewRect.IsEmpty() ; } in HasNewRect()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleCell.cxx201 if( !aParaRect.IsEmpty() && (aCellRect.GetWidth() < aParaRect.GetWidth()) ) in GetBoundingBox()
206 if (aCellRect.IsEmpty()) in GetBoundingBox()
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsRequestQueue.hxx95 bool IsEmpty (void);
/trunk/main/svx/inc/svx/sdr/event/
H A Deventhandler.hxx103 sal_Bool IsEmpty() const;
/trunk/main/sc/inc/
H A Dunoreflist.hxx59 bool IsEmpty() const { return aEntries.empty(); } in IsEmpty() function in ScUnoRefList
/trunk/main/svx/source/accessibility/
H A DAccessibleTextEventQueue.hxx88 bool IsEmpty() const;
/trunk/main/sd/source/ui/sidebar/
H A DMasterPageContainerQueue.hxx70 bool IsEmpty (void) const;

Completed in 150 milliseconds

12345678910>>...20