Home
last modified time | relevance | path

Searched refs:empty (Results 276 – 300 of 1595) sorted by relevance

1...<<11121314151617181920>>...64

/trunk/main/offapi/com/sun/star/setup/
H A DMakeDirAction.idl35 // DocMerge: empty anyway
38 // DocMerge: empty anyway
H A DSetup.idl37 // DocMerge: empty anyway
40 // DocMerge: empty anyway
/trunk/main/l10ntools/source/
H A Dtreeconfig.cxx46 if( source_config_file.empty() ) in parseConfig()
114 if( !guessedRepo.empty() ){ in getActiveRepositories()
H A Dinireader.cxx48 if( line.empty() ){ in read()
151 str = str1.empty() ? str1 : str1.substr( str1.find_first_not_of(' ') ); in trim()
/trunk/main/connectivity/source/commontools/
H A DTKey.cxx68 if ( aVector.empty() ) in refreshColumns()
93 if ( aVector.empty() ) in refreshColumns()
/trunk/main/slideshow/source/engine/shapes/
H A Dshapeimporter.cxx544 if( maShapesStack.empty() ) in importBackgroundShape()
564 while( !maShapesStack.empty() && !pRet ) in importShape()
636 return maShapesStack.empty(); in isImportDone()
/trunk/main/connectivity/source/drivers/file/
H A Dfcode.cxx462 OSL_ENSURE(!rCodeStack.empty(),"Stack must be none empty!"); in Exec()
490 if ( !rCodeStack.empty() && IS_TYPE(OStopOperand,rCodeStack.top()) ) in Exec()
503 OSL_ENSURE(!rCodeStack.empty(),"Stack is empty!"); in Exec()
/trunk/main/autodoc/inc/cosv/
H A Ddirchain.hxx145 { return aPath.empty() ? String::Null_() : aPath.front(); } in Front()
148 { return aPath.empty() ? String::Null_() : aPath.back(); } in Back()
/trunk/main/xmlreader/source/
H A Dxmlreader.cxx748 if (!hasDefaultNs && !elements_.empty()) { in handleStartTag()
780 if (elements_.empty()) { in handleEndTag()
810 OSL_ASSERT(!elements_.empty()); in handleElementEnd()
813 state_ = elements_.empty() ? STATE_DONE : STATE_CONTENT; in handleElementEnd()
/trunk/main/unodevtools/source/skeletonmaker/
H A Djavatypemaker.cxx93 if ( !arguments.empty() && options.java5 ) { in printType()
162 } else if ( arguments.empty() ) { in printConstructorParameters()
700 } else if ( arguments.empty() ) { in generateDocumentation()
795 } else if ( arguments.empty() ) { in generateDocumentation()
/trunk/main/svx/source/svdraw/
H A Dsvdedtv.cxx786 while(!aUpdaters.empty()) in DeleteMarkedList()
795 while(!aRemoved3DObjects.empty()) in DeleteMarkedList()
841 if(!aParents.empty()) in DeleteMarkedObj()
858 if(!aParents.empty()) in DeleteMarkedObj()
/trunk/main/xmloff/source/transform/
H A DTransformerBase.cxx308 if( !m_pContexts->empty() ) in startElement()
342 if( !m_pContexts->empty() ) in endElement()
376 if( !m_pContexts->empty() ) in characters()
1470 OSL_ENSURE( !m_pContexts->empty(), "empty stack" ); in GetCurrentContext()
1473 return m_pContexts->empty() ? 0 : m_pContexts->back().get(); in GetCurrentContext()
/trunk/main/offapi/com/sun/star/ucb/
H A DContent.idl159 setting an empty title may be illegal.</li>
204 empty( ignored )
215 be sorted, otherwise it can be left empty.
245 …member scope="com::sun::star::ucb">OpenCommandArgument::Properties</member>: empty ( ignored )</li>
246 …mber scope="com::sun::star::ucb">OpenCommandArgument2::SortingInfo</member>: empty ( ignored )</li>
261 property value contains a non-empty sequence of creatable types.
499 if the Name of the property is empty.</p>
611 <p>If the property value can be a non-empty sequence, the
996 root object, an empty interface may be returned.
/trunk/main/configmgr/source/
H A Daccess.cxx424 while (!modifiedChildren_.empty()) { in commitChildChanges()
477 bool collectPropChanges = !propertiesChangeListeners_.empty(); in initBroadcasterAndChanges()
486 if (!i->second.children.empty()) { in initBroadcasterAndChanges()
647 if (i->second.children.empty()) { in initBroadcasterAndChanges()
784 if (i->second.children.empty()) { in initBroadcasterAndChanges()
822 if (!propChanges.empty()) { in initBroadcasterAndChanges()
1079 return !getAllChildren().empty(); //TODO: optimize in hasElements()
1451 if (i->second.empty()) { in removePropertyChangeListener()
1504 if (i->second.empty()) { in removeVetoableChangeListener()
/trunk/main/udkapi/com/sun/star/java/
H A DJavaVirtualMachine.idl45 // DocMerge: empty anyway
48 // DocMerge: empty anyway
/trunk/main/udkapi/com/sun/star/registry/
H A DRegistryKeyType.idl44 // DocMerge: empty anyway
50 // DocMerge: empty anyway
/trunk/main/offapi/com/sun/star/text/
H A DPageNumberType.idl40 field is empty.
51 field is empty.
H A DTextSections.idl46 // DocMerge: empty anyway
49 // DocMerge: empty anyway
H A DTextTables.idl46 // DocMerge: empty anyway
49 // DocMerge: empty anyway
/trunk/main/offapi/com/sun/star/drawing/
H A DPolyPolygonBezierCoords.idl46 // DocMerge: empty anyway
52 // DocMerge: empty anyway
/trunk/main/sd/source/core/
H A Dshapelist.cxx100 return maShapeList.empty(); in isEmpty()
123 else if( !maShapeList.empty() ) in getNextShape()
/trunk/main/autodoc/source/display/toolkit/
H A Dhtmlfile.cxx135 if (NOT sCssFile.empty()) in WriteHeader()
147 if (NOT sStyle.empty()) in WriteHeader()
/trunk/main/autodoc/source/parser/cpp/
H A Dpe_defs.cxx105 if (aDefinition.empty() OR aDefinition.front().empty()) in TransferData()
/trunk/main/sdext/source/presenter/
H A DPresenterFrameworkObserver.cxx141 if ( ! maAction.empty()) in disposing()
173 if ( ! maAction.empty()) in disposing()
/trunk/main/offapi/com/sun/star/sheet/
H A DXArrayFormulaRange.idl43 /** returns the array formula of the range or an empty string, if the
54 empty string erases an existing array formula.

Completed in 151 milliseconds

1...<<11121314151617181920>>...64