Home
last modified time | relevance | path

Searched refs:hasElements (Results 51 – 75 of 676) sorted by relevance

12345678910>>...28

/trunk/main/oox/source/xls/
H A Dooxformulaparser.cxx181 OSL_ENSURE( rArgs.hasElements(), "OOXMLFormulaParser::initialize - missing arguments" ); in initialize()
182 if( !rArgs.hasElements() ) in initialize()
/trunk/main/package/qa/storages/
H A DTest10.java138 if ( xClonedNameAccess.hasElements() ) in test()
203 if ( xCloneOfRootNA.hasElements() ) in test()
/trunk/main/framework/source/helper/
H A Docomponentaccess.cxx136 sal_Bool SAL_CALL OComponentAccess::hasElements() throw( RuntimeException ) in hasElements() function in framework::OComponentAccess
149 bReturn = xLock->getFrames()->hasElements(); in hasElements()
/trunk/main/sc/inc/
H A Ddocuno.hxx360 virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException);
442 virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException);
525 virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException);
620 virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException);
778 virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException);
844 virtual sal_Bool SAL_CALL hasElements() throw(::com::sun::star::uno::RuntimeException);
/trunk/main/drawinglayer/source/primitive2d/
H A Dtexteffectprimitive2d.cxx238 if(getBuffered2DDecomposition().hasElements()) in get2DDecomposition()
247 if(!getBuffered2DDecomposition().hasElements()) in get2DDecomposition()
H A Dhelplineprimitive2d.cxx191 if(getBuffered2DDecomposition().hasElements()) in get2DDecomposition()
200 if(!getBuffered2DDecomposition().hasElements()) in get2DDecomposition()
H A Dmetafileprimitive2d.cxx458 if(xRetval.hasElements() && rPropertyHolder.getClipPolyPolygonActive()) in getPrimitive2DSequence()
1014 if(aSubContent.hasElements()) in HandleNewClipRegion()
1058 if(aSubContent.hasElements()) in HandleNewRasterOp()
2143 if(xSubContent.hasElements()) in interpretMetafile()
2875 if(aSubContent.hasElements()) in interpretMetafile()
2988 if(xSubContent.hasElements()) in interpretMetafile()
3212 if(xRetval.hasElements()) in create2DDecomposition()
H A Dcontrolprimitive2d.cxx353 if(getBuffered2DDecomposition().hasElements()) in get2DDecomposition()
362 if(!getBuffered2DDecomposition().hasElements()) in get2DDecomposition()
H A Dtextdecoratedprimitive2d.cxx174 if(aBroken.hasElements()) in create2DDecomposition()
220 if(aRetval.hasElements()) in create2DDecomposition()
/trunk/main/package/qa/ofopxmlstorages/
H A DTest07.java159 if ( xClonedNameAccess.hasElements() ) in test()
225 if ( xCloneOfRootNA.hasElements() ) in test()
/trunk/main/scripting/java/com/sun/star/script/framework/container/
H A DParcelContainer.java332 if ( hasElements() ) in getByName()
359 if ( hasElements() ) in getElementNames()
393 public boolean hasElements() in hasElements() method in ParcelContainer
H A DParcel.java73 if ( m_descriptor != null && hasElements() ) in getByName()
146 public boolean hasElements() in hasElements() method in Parcel
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DExampleDataPilotSource.java183 public boolean hasElements() in hasElements() method in ExampleMembers
392 public boolean hasElements() in hasElements() method in ExampleLevels
481 public boolean hasElements() in hasElements() method in ExampleHierarchies
705 public boolean hasElements() in hasElements() method in ExampleDimensions
/trunk/main/unotools/inc/unotools/
H A Deventcfg.hxx91 ::sal_Bool SAL_CALL hasElements( ) throw (::com::sun::star::uno::RuntimeException);
110 ::sal_Bool SAL_CALL hasElements( ) throw (::com::sun::star::uno::RuntimeException);
/trunk/main/xmloff/source/core/
H A Dxmlexp.cxx1683 if( xGradient->hasElements() ) in _ExportStyles()
1714 if( xHatch->hasElements() ) in _ExportStyles()
1745 if( xBitmap->hasElements() ) in _ExportStyles()
1776 if( xTransGradient->hasElements() ) in _ExportStyles()
1807 if( xMarker->hasElements() ) in _ExportStyles()
1838 if( xDashes->hasElements() ) in _ExportStyles()
1909 if(xIndexAccess.is() && xIndexAccess->hasElements() ) in GetViewSettingsAndViews()
/trunk/main/basic/source/uno/
H A Dnamecont.cxx103 sal_Bool NameContainer::hasElements() in hasElements() function in basic::NameContainer
488 if ( pImplLib->hasElements() ) in isModified()
1819 if ( !xNameAccess->hasElements() ){ in storeLibraries_Impl()
2141 sal_Bool SfxLibraryContainer::hasElements() in hasElements() function in basic::SfxLibraryContainer
2145 sal_Bool bRet = maNameContainer.hasElements(); in hasElements()
2261 if( xNameAccess->hasElements() ) in removeLibrary()
2325 if( !bLoaded && xNameAccess->hasElements() ) in loadLibrary()
3036 sal_Bool SfxLibrary::hasElements() in hasElements() function in basic::SfxLibrary
3039 sal_Bool bRet = maNameContainer.hasElements(); in hasElements()
/trunk/main/svgio/source/svgreader/
H A Dsvgpatternnode.cxx278 if(!aPrimitives.hasElements() && Display_none != getDisplay()) in getPatternPrimitives()
283 if(!aPrimitives.hasElements() && maXLink.getLength()) in getPatternPrimitives()
/trunk/main/scripting/source/dlgprov/
H A DDialogModelProvider.cxx109 ::sal_Bool SAL_CALL DialogModelProvider::hasElements() throw (css::uno::RuntimeException) in hasElements() function in dlgprov::DialogModelProvider
111 return m_xDialogModel->hasElements(); in hasElements()
/trunk/main/comphelper/source/container/
H A Dnamecontainer.cxx72 virtual sal_Bool SAL_CALL hasElements( )
190 sal_Bool SAL_CALL NameContainer::hasElements( ) in hasElements() function in NameContainer
/trunk/main/svx/source/unodraw/
H A DUnoNamespaceMap.cxx76 virtual sal_Bool SAL_CALL hasElements( ) throw (RuntimeException);
283 sal_Bool SAL_CALL NamespaceMap::hasElements() throw (RuntimeException) in hasElements() function in NamespaceMap
/trunk/main/sw/inc/
H A Dunotextbodyhf.hxx94 virtual sal_Bool SAL_CALL hasElements()
182 virtual sal_Bool SAL_CALL hasElements()
/trunk/main/drawinglayer/source/primitive3d/
H A Dhatchtextureprimitive3d.cxx54 if(getChildren().hasElements()) in impCreate3DDecomposition()
314 if(!getBuffered3DDecomposition().hasElements()) in get3DDecomposition()
H A Dsdrlatheprimitive3d.cxx201 && aRetval.hasElements()) in create3DDecomposition()
360 (getBuffered3DDecomposition().hasElements() in get3DDecomposition()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclprocessor2d.cxx754 if(rMaskCandidate.getChildren().hasElements()) in RenderMaskPrimitive2DPixel()
807 if(rModifiedCandidate.getChildren().hasElements()) in RenderModifiedColorPrimitive2D()
820 if(rTransCandidate.getChildren().hasElements()) in RenderUnifiedTransparencePrimitive2D()
864 if(rTransCandidate.getChildren().hasElements()) in RenderTransparencePrimitive2D()
/trunk/main/extensions/source/update/check/
H A Dupdateprotocol.cxx256 if ( rUpdateInfos.hasElements() ) in storeExtensionUpdateInfos()
318 if ( aExtensionList.hasElements() ) in checkForPendingUpdates()

Completed in 165 milliseconds

12345678910>>...28