Home
last modified time | relevance | path

Searched refs:empty (Results 26 – 50 of 1595) sorted by relevance

12345678910>>...64

/trunk/main/offapi/com/sun/star/text/
H A DObjectIndex.idl41 // DocMerge: empty anyway
46 // DocMerge: empty anyway
50 // DocMerge: empty anyway
54 // DocMerge: empty anyway
58 // DocMerge: empty anyway
62 // DocMerge: empty anyway
66 // DocMerge: empty anyway
/trunk/main/sal/rtl/source/
H A Dalloc_cache.c729 rtl_cache_magazine_type * empty in rtl_cache_depot_exchange_alloc() argument
734 OSL_ASSERT((empty == NULL) || (empty->m_mag_used == 0)); in rtl_cache_depot_exchange_alloc()
738 if ((full != NULL) && (empty != NULL)) in rtl_cache_depot_exchange_alloc()
741 rtl_cache_depot_enqueue (&(cache->m_depot_empty), empty); in rtl_cache_depot_exchange_alloc()
764 rtl_cache_magazine_type * empty; in rtl_cache_depot_exchange_free() local
770 if ((empty != NULL) && (full != NULL)) in rtl_cache_depot_exchange_free()
776 OSL_ASSERT((empty == NULL) || (empty->m_mag_used == 0)); in rtl_cache_depot_exchange_free()
778 return (empty); in rtl_cache_depot_exchange_free()
795 rtl_cache_magazine_type * empty = NULL; in rtl_cache_depot_populate() local
803 if (empty != NULL) in rtl_cache_depot_populate()
[all …]
/trunk/main/oox/source/core/
H A Dcontexthandler2.cxx73 return mxContextStack->empty() ? XML_ROOT_CONTEXT : mxContextStack->back().mnElement; in getCurrentElement()
108 if( !mxContextStack->empty() ) in implCharacters()
116 if( !mxContextStack->empty() ) in implEndElement()
140 if( !mxContextStack->empty() ) in implEndRecord()
157 …OSL_ENSURE( !mxContextStack->empty(), "ContextHandler2Helper::popElementInfo - context stack broke… in popElementInfo()
158 if( !mxContextStack->empty() ) in popElementInfo()
164 …OSL_ENSURE( !mxContextStack->empty(), "ContextHandler2Helper::processCollectedChars - no context i… in processCollectedChars()
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11ytextwrapper.mm73 // empty
98 // empty
166 // empty
177 // empty
189 // empty
204 // empty
206 // empty
257 // empty
268 // empty
270 // empty
/trunk/main/sdext/source/pdfimport/pdfparse/
H A Dpdfparse.cxx96 if( !m_aObjectStack.empty() ) in ~PDFGrammar()
301 if( m_aObjectStack.empty() ) in haveFile()
319 if( m_aObjectStack.empty() ) in pushComment()
331 if( ! m_aObjectStack.empty() && in insertNewValue()
409 if( m_aObjectStack.empty() ) in beginObject()
434 if( m_aObjectStack.empty() ) in endObject()
463 if( m_aObjectStack.empty() ) in endDict()
493 if( m_aObjectStack.empty() ) in endArray()
503 if( m_aObjectStack.empty() ) in emitStream()
526 if( m_aObjectStack.empty() ) in beginTrailer()
[all …]
/trunk/main/offapi/com/sun/star/setup/
H A DInstallResponse.idl30 // DocMerge: empty anyway
33 // DocMerge: empty anyway
36 // DocMerge: empty anyway
39 // DocMerge: empty anyway
42 // DocMerge: empty anyway
45 // DocMerge: empty anyway
H A DVersionIdentifier.idl33 // DocMerge: empty anyway
36 // DocMerge: empty anyway
39 // DocMerge: empty anyway
42 // DocMerge: empty anyway
45 // DocMerge: empty anyway
48 // DocMerge: empty anyway
H A DCopyFileAction.idl39 // DocMerge: empty anyway
42 // DocMerge: empty anyway
45 // DocMerge: empty anyway
49 // DocMerge: empty anyway
52 // DocMerge: empty anyway
55 // DocMerge: empty anyway
/trunk/main/autodoc/source/display/idl/
H A Dhfi_typetext.cxx214 if (NOT i_member.empty()) in Produce_LinkInDocu()
227 if (NOT i_member.empty()) in Produce_LinkInDocu()
357 bUseMember = NOT i_member.empty(); in produce_FromStd()
366 bHasCeOrName = NOT i_ce.empty(); in produce_FromStd()
480 bShowModule = i_bIsOwner OR (i_module.size() > 0 AND i_ce.empty()); in produce_IndexLink()
482 bShowNonModule = NOT bShowModule OR (i_bIsOwner AND NOT i_ce.empty()); in produce_IndexLink()
484 bUseMember = NOT i_member.empty(); in produce_IndexLink()
629 if (NOT i_ce.empty()) in errorOut_UnresolvedLink()
632 if (NOT i_ce.empty()) in errorOut_UnresolvedLink()
635 if (NOT i_member.empty()) in errorOut_UnresolvedLink()
/trunk/main/udkapi/com/sun/star/reflection/
H A DXStructTypeDescription.idl44 -->XStructTypeDescription::getTypeParameters</member> returns a non-empty
46 -->XStructTypeDescription::getTypeArguments</member> returns an empty
52 -->XStructTypeDescription::getTypeParameters</member> returns an empty
54 -->XStructTypeDescription::getTypeArguments</member> returns a non-empty
61 -->XStructTypeDescription::getTypeArguments</member> return an empty
73 type, an empty sequence is returned
81 plain struct type, or a polymorphic struct type template, an empty
/trunk/main/sd/source/ui/framework/configuration/
H A DChangeRequestQueueProcessor.cxx105 if (maQueue.empty()) in AddRequest()
128 && ! maQueue.empty()) in StartProcessing()
151 if ( ! maQueue.empty()) in IMPL_LINK()
172 && ! maQueue.empty()) in ProcessOneEvent()
187 if (maQueue.empty()) in ProcessOneEvent()
211 return maQueue.empty(); in IsEmpty()
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXResourceId.idl45 views), or it is empty (for panes).</p>
46 <p>The resource URL may be empty. In this case the anchor is empty,
47 too. Such an empty resource id does not describe a resource but rather
48 the absence of one. Instead of an empty <type>XResourceId</type> object
49 an empty reference can be used in many places.</p>
65 /** Return whether there is a non-empty anchor URL. When this method
66 returns <FALSE/> then getAnchorURLs() will return an empty list.
74 /** Return the, possibly empty, list of anchor URLs. The URLs are
/trunk/main/sw/source/core/docnode/
H A Dfinalthreadmanager.cxx88 mbAllJobsCancelled = !maJobs.empty(); in addJobs()
95 return !maJobs.empty(); in existJobs()
102 return maJobs.empty() && mbAllJobsCancelled; in allJobsCancelled()
118 if ( !maJobs.empty() ) in getNextJob()
315 if ( !maThreads.empty() ) in ~FinalThreadManager()
387 if ( !aThreads.empty() ) in cancelAllJobs()
400 while ( !aThreads.empty() ) in cancelAllJobs()
490 if ( !maThreads.empty() ) in notifyTermination()
/trunk/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx102 if( !aShapeList.empty() ) in GetFirstAddress()
123 rMyCell.bHasShape = !rMyCell.aShapeList.empty(); in SetCellData()
165 if( !aNoteShapeList.empty() ) in GetFirstAddress()
245 if( !aRangeList.empty() ) in GetFirstAddress()
324 if( !aAreaLinkList.empty() ) in GetFirstAddress()
414 if( !aDatabaseList.empty() ) in GetFirstAddress()
508 if( !aDetectiveObjList.empty() ) in GetFirstAddress()
574 if( !aDetectiveOpList.empty() ) in GetFirstAddress()
671 if (!aAnnotations.empty()) in Clear()
745 if (!aAnnotations.empty()) in HasAnnotation()
[all …]
/trunk/main/shell/source/all/ooofilereader/
H A Dcontentreader.cxx109 assert( !m_TagBuilderStack.empty() ); in chooseTagReader()
125 assert( !m_TagBuilderStack.empty() ); in getCurrentContentStyle()
138 if ( ( ( m_ChunkBuffer.empty() ) || ( m_ChunkBuffer.back().first != Locale ) ) && in addChunk()
148 if ( !m_ChunkBuffer.empty() ) in addChunk()
157 if ( m_StyleMap.empty() ) in getLocale()
194 assert( !m_TagBuilderStack.empty() ); in end_element()
/trunk/main/l10ntools/source/help/
H A DHelpCompiler.cxx292 if (fileName.empty() && !strcmp((const char*)test->name, "filename")) in traverse()
302 else if (title.empty() && !strcmp((const char*)test->name, "title")) in traverse()
305 if (title.empty()) in traverse()
326 if (documentId.empty()) in traverse()
329 std::string foo = anchor.empty() ? hid : hid + "#" + anchor; in traverse()
331 hidlist->push_back( anchor.empty() ? hid : hid + "#" + anchor); in traverse()
355 bool isEmbedded = !embedded.empty() && embedded.compare("true") == 0; in traverse()
373 if (!ll.empty()) in traverse()
487 if ( !bExtensionMode && !fileName.empty()) in compile()
/trunk/main/oox/source/xls/
H A Drichstring.cxx155 …OSL_ENSURE( empty() || (back().mnPos <= rPortion.mnPos), "FontPortionModelList::appendPortion - wr… in appendPortion()
156 if( empty() || (back().mnPos < rPortion.mnPos) ) in appendPortion()
313 OSL_ENSURE( empty() || ((back().mnPos <= rPortion.mnPos) && in appendPortion()
316 if( empty() || (back().mnPos < rPortion.mnPos) ) in appendPortion()
515 if( !maPhonPortions.empty() ) in extractPlainString()
517 if( maTextPortions.empty() ) in extractPlainString()
563 if( rPortions.empty() || (rPortions.front().mnPos > 0) ) in createTextPortions()
594 if( rPortions.empty() || (rPortions.front().mnPos > 0) ) in createTextPortions()
620 if( rPortions.empty() ) in createPhoneticPortions()
/trunk/main/sw/source/core/SwNumberTree/
H A DSwNumberTree.cxx82 ASSERT(mChildren.empty(), "children left!"); in ~SwNumberTreeNode()
89 if (! mChildren.empty() && in CreatePhantom()
134 if ((*aIt)->mChildren.empty()) in ClearObsoletePhantoms()
442 if ( !mChildren.empty() ) in MoveGreaterChildren()
457 if (! mChildren.empty()) in MoveChildren()
473 if (pDest->mChildren.empty()) in MoveChildren()
499 ASSERT (mChildren.empty(), "MoveChildren failed!"); in MoveChildren()
699 if (! pRemove->mChildren.empty()) in RemoveChild()
713 if (! pRemove->mChildren.empty()) in RemoveChild()
991 if (! rParents.empty() && rParents.back() != mpParent) in IsSane()
/trunk/main/chart2/source/controller/main/
H A DObjectHierarchy.cxx259 if( !aSubContainer.empty() ) in createTree()
278 if( ! aTopLevelContainer.empty()) in createTree()
503 if( ! aSeriesSubContainer.empty()) in createDataSeriesTree()
550 return ! (aIt->second.empty()); in hasChildren()
754 bool bResult = !aSiblings.empty(); in first()
766 bool bResult = !aSiblings.empty(); in last()
778 bool bResult = !aSiblings.empty(); in next()
798 bool bResult = !aSiblings.empty(); in previous()
830 OSL_ASSERT( !aChildren.empty()); in down()
840 bool bResult = !aChildren.empty(); in veryFirst()
[all …]
/trunk/main/editeng/source/rtf/
H A Dsvxrtf.cxx122 if( !aColorTbl.empty() ) in ~SvxRTFParser()
128 if( !aAttrStack.empty() ) in ~SvxRTFParser()
152 if( !aColorTbl.empty() ) in CallParser()
158 if( !aAttrStack.empty() ) in CallParser()
486 if( aColorTbl.empty() && in ReadColorTable()
816 while ( !aColorTbl.empty() ) in ClearColorTbl()
877 SvxRTFItemStackType* pAkt = aAttrStack.empty() ? 0 : aAttrStack.back(); in _GetAttrSet()
941 if( !aAttrStack.empty() ) in AttrGroupEnd()
945 SvxRTFItemStackType *pAkt = aAttrStack.empty() ? 0 : aAttrStack.back(); in AttrGroupEnd()
1151 while( !aAttrStack.empty() ) in SetAllAttrOfStk()
[all …]
/trunk/main/sysui/desktop/icons/
H A Dmakefile.mk39 $(MISC)$/oasis-empty-template.ico \
40 $(MISC)$/oasis-empty-document.ico \
53 $(MISC)$/empty-template.ico \
54 $(MISC)$/empty-document.ico \
73 $(MISC)$/ooo-empty-doc.ico \
74 $(MISC)$/ooo-empty-tem.ico \
/trunk/main/codemaker/source/cppumaker/
H A Dincludes.cxx84 OSL_ASSERT(args.empty()); in add()
97 OSL_ASSERT(args.empty()); in add()
103 OSL_ASSERT(args.empty()); in add()
107 OSL_ASSERT(args.empty()); in add()
112 OSL_ASSERT(args.empty()); in add()
117 OSL_ASSERT(args.empty()); in add()
/trunk/main/udkapi/com/sun/star/uri/
H A DXUriReference.idl72 is an absolute URI reference; otherwise, an empty <atom>string</atom> is
118 part; otherwise, an empty <atom>string</atom> is returned.
145 an empty path, the number of path segments is zero. For a hierarchical
146 URI reference with an absolute, non-empty path, the number of path
148 For a hierarchical URI reference with a relative, non-empty path, the
167 otherwise, and in particular if <code>index</code> is negative, an empty
187 empty <atom>string</atom> is returned.
205 is a URI reference that has a fragment part; otherwise, an empty
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleContext.idl83 <member>XAccessibleContext::getAccessibleChild</member> an empty
87 reference to that child. Otherwise an empty reference is
104 root node. If called for the root node an empty reference is
165 <p>aThere are two ways to represent an empty list of relations:
166 Return an empty reference or return a valid object that contains an
167 empty list.
170 The returned value is either an empty reference or a reference to
185 A reference to this object's state set or an empty reference if
/trunk/main/sdext/source/presenter/
H A DPresenterAnimator.cxx83 while ( ! maActiveAnimations.empty()) in Process()
121 while ( ! maFutureAnimations.empty() in ActivateAnimations()
138 if ( ! maActiveAnimations.empty()) in ScheduleNextRun()
141 if ( ! maFutureAnimations.empty()) in ScheduleNextRun()
145 else if ( ! maFutureAnimations.empty()) in ScheduleNextRun()

Completed in 119 milliseconds

12345678910>>...64