Home
last modified time | relevance | path

Searched refs:empty (Results 251 – 275 of 1595) sorted by relevance

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

/trunk/main/binaryurp/source/
H A Doutgoingrequests.cxx62 OSL_ASSERT(!i->second.empty()); in top()
71 if (i->second.empty()) { in pop()
/trunk/main/svx/source/sdr/event/
H A Deventhandler.cxx82 if(!maVector.empty()) in GetEvent()
99 while(!maVector.empty()) in ~EventHandler()
/trunk/main/fpicker/source/win32/misc/
H A DAutoBuffer.cxx92 void SAL_CALL CAutoUnicodeBuffer::empty( ) in empty() function in CAutoUnicodeBuffer
164 empty( ); in init()
/trunk/main/sc/source/ui/unoobj/
H A Dwarnpassword.cxx59 OUString empty; in WarningOnPassword() local
60 Any xException( makeAny(InteractiveAppException(empty, in WarningOnPassword()
/trunk/main/autodoc/source/exes/adc_uni/
H A Dcmd_sincedata.cxx50 return NOT aTransformationTable.empty(); in DoesTransform()
94 NOT sLine.empty(); in do_Init()
/trunk/main/sc/source/filter/excel/
H A Dxepivot.cxx610 DBG_ASSERT( IsStdGroupField() != maGroupOrder.empty(), in WriteSxgroupinfo()
612 if( IsStdGroupField() && !maGroupOrder.empty() ) in WriteSxgroupinfo()
1021 … DBG_ASSERT( !maDataInfoVec.empty(), "XclExpPTField::GetLastDataInfoIndex - no data info found" ); in GetLastDataInfoIndex()
1470 if( pFieldVec && !pFieldVec->empty() && (pFieldVec->back() != EXC_SXIVD_DATA) ) in Finalize()
1500 if( maDataFields.empty() ) in Finalize()
1530 if( !rFields.empty() ) in WriteSxivd()
1541 if( !maPageFields.empty() ) in WriteSxpi()
/trunk/main/offapi/com/sun/star/awt/grid/
H A DUnoControlGridModel.idl94 …<p>The default for this property is an empty instance of the <type>DefaultGridColumnModel</type>.<…
106 …<p>The default for this property is an empty instance of the <type>DefaultGridDataModel</type>.</p>
190 …<p>If this sequence is non-empty, the data rows will be rendered with alternating background color…
194 …<p>If this sequence is empty, all rows will use the same background color as the control as whole.…
/trunk/main/oox/source/xls/
H A Dautofilterbuffer.cxx281 if( !maValues.empty() ) in finalizeImport()
724 if( !rColumnFields.empty() && (nNewCount <= nMaxCount) && bRegExpCompatible ) in finalizeImport()
739 if( !aFilterFields.empty() ) in finalizeImport()
843 return maAutoFilters.empty() ? 0 : maAutoFilters.back().get(); in getActiveAutoFilter()
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx557 while ( !aSectionNames.empty() ) in InstallPatchedFiles()
565 while ( !aKeyNames.empty() ) in InstallPatchedFiles()
638 while ( !aSectionNames.empty() ) in UninstallPatchedFiles()
646 while( !aKeyNames.empty() ) in UninstallPatchedFiles()
/trunk/main/vcl/source/gdi/
H A Dpdffontcache.cxx55 if( rFontData.m_nWidths.empty() ) in getGlyphWidth()
59 if( ! rFontData.m_nWidths.empty() ) in getGlyphWidth()
/trunk/main/vcl/source/glyphs/
H A Dglyphcache.cxx553 return !maUnicodeKernPairs.empty(); in HasKernPairs()
564 if( maUnicodeKernPairs.empty() ) in GetUnscaledKernPairs()
587 if( maUnicodeKernPairs.empty() ) in GetUnscaledKernValue()
/trunk/main/desktop/source/migration/services/
H A Djvmfwk.cxx223 OSL_ASSERT(m_aStack.empty()); in ~JavaMigration()
431 if ( !m_aStack.empty()) in setPropertyValue()
485 if (!m_aStack.empty()) in endProperty()
/trunk/main/offapi/com/sun/star/ucb/
H A DHierarchyRootFolderContent.idl135 string Title ( read-only, always an empty string )
204 "Title" to a non-empty value ). For a link, you need to set the
205 property "TargetURL" as well to a non-empty value.
/trunk/main/oox/source/drawingml/chart/
H A Dplotareaconverter.cxx132 …OSL_ENSURE( !aTypeGroups.empty(), "AxesSetConverter::convertFromModel - no type groups in axes set… in convertFromModel()
133 if( !aTypeGroups.empty() ) try in convertFromModel()
353 if( !xTypeGroup->maSeries.empty() ) in convertFromModel()
/trunk/main/xmloff/source/draw/
H A Dshapeimport.cxx200 …DBG_ASSERT( mpImpl->maConnections.empty(), "XMLShapeImportHelper::restoreConnections() was not cal… in ~XMLShapeImportHelper()
1162 if( !rZList.empty() ) in popGroupAndSort()
1210 while( !rZList.empty() ) in popGroupAndSort()
1214 while( nIndex < (*aIter).nShould && !rUnsortedList.empty() ) in popGroupAndSort()
1278 if( !mpImpl->maConnections.empty() ) in restoreConnections()
/trunk/main/sc/source/filter/inc/
H A Dxichart.hxx832 …inline bool HasChildSeries() const { return !maTrendLines.empty() || !maErrorBars.empty();… in HasChildSeries()
1053 inline bool IsValidGroup() const { return !maSeries.empty(); } in IsValidGroup()
1098 inline bool HasDropBars() const { return !maDropBars.empty(); } in HasDropBars()
1298 inline bool IsValidAxesSet() const { return !maTypeGroups.empty(); } in IsValidAxesSet()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.cxx321 OSL_ENSURE(!m_aPropertyStacks[eId].empty(), "section stack already empty"); in PopProperties()
328 if (!m_aPropertyStacks[eId].empty()) { in PopProperties()
332 if(!m_aContextStack.empty() && !m_aPropertyStacks[m_aContextStack.top()].empty()) in PopProperties()
347 OSL_ENSURE( !m_aPropertyStacks[eId].empty(), in GetTopContextOfType()
349 if(!m_aPropertyStacks[eId].empty()) in GetTopContextOfType()
359 OSL_ENSURE(!m_aTextAppendStack.empty(), "text append stack is empty" ); in GetTopTextAppend()
2520 return !m_aFieldStack.empty() && !m_aFieldStack.top()->IsCommandCompleted(); in IsOpenFieldCommand()
2527 return !m_aFieldStack.empty(); in IsOpenField()
3114 if (m_aTextAppendStack.empty()) in AddAnnotationPosition()
3573 OSL_ENSURE( !m_aFieldStack.empty(), "field stack empty?"); in IsFieldResultAsString()
/trunk/main/oox/inc/oox/vml/
H A Dvmlshapecontainer.hxx72 inline bool empty() const { return maShapes.empty(); } in empty() function in oox::vml::ShapeContainer
/trunk/main/offapi/com/sun/star/setup/
H A DResponseErrorCode.idl31 // DocMerge: empty anyway
34 // DocMerge: empty anyway
H A DMakeFolderAction.idl35 // DocMerge: empty anyway
38 // DocMerge: empty anyway
H A DBaseAction.idl35 // DocMerge: empty anyway
38 // DocMerge: empty anyway
H A DDeleteFolderItemAction.idl35 // DocMerge: empty anyway
38 // DocMerge: empty anyway
/trunk/main/dbaccess/source/filter/xml/
H A DxmlTableFilterList.cxx120 if ( !m_aPatterns.empty() ) in EndElement()
122 if ( !m_aTypes.empty() ) in EndElement()
/trunk/main/xmloff/inc/
H A Dxexptran.hxx79 bool NeedsAction() const { return !maList.empty(); } in NeedsAction()
107 bool NeedsAction() const { return !maList.empty(); } in NeedsAction()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/linguistic2/
H A D_XLinguServiceManager.java160 String[] empty = new String[0]; in _setConfiguredServices() local
164 empty ); in _setConfiguredServices()

Completed in 168 milliseconds

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