Home
last modified time | relevance | path

Searched refs:count (Results 351 – 375 of 767) sorted by relevance

1...<<11121314151617181920>>...31

/trunk/main/desktop/win32/source/QuickStart/
H A DQuickStart.cpp293 static int count=0; in WndProc() local
343 InsertMenuItem(popupMenu, count++, TRUE, &mi); in WndProc()
/trunk/main/sfx2/qa/complex/sfx2/undo/
H A DChartDocumentTest.java199 final int count = indexer.getCount(); in getAssociatedTextRange() local
200 for (int i = 0; i < count; ++i) { in getAssociatedTextRange()
/trunk/main/sw/source/core/access/
H A Daccselectionhelper.cxx150 long count = pStates.getLength(); in lcl_getSelectedState() local
151 for( int i = 0; i < count; i++ ) in lcl_getSelectedState()
H A Dacctable.cxx498 sal_Int32 count = static_cast< sal_Int32 >( maRows.size() ) ; in GetRowCount() local
499 count = (count <=0)? 1:count; in GetRowCount()
500 return count; in GetRowCount()
/trunk/main/winaccessibility/source/service/
H A DAccTopWindowListener.cxx204 int count = pAccessibleContext->getAccessibleChildCount(); in AddAllListeners() local
205 for (int i=0;i<count;i++) in AddAllListeners()
/trunk/main/writerfilter/unocomponent/debugservices/rtftok/
H A DXMLScanner.cxx141 void addSpaces(int count) in addSpaces() argument
144 cout << "<spaces count=\"" << count << "\"/>" << endl; in addSpaces()
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccActionBase.cpp89 int count = pStates.getLength(); in GetDfActionByUNORole() local
91 for( int iIndex = 0;iIndex < count;iIndex++ ) in GetDfActionByUNORole()
/trunk/main/udkapi/com/sun/star/uno/
H A DXAggregation.idl57 own reference count by calling its method
61 call it has to reset its own reference count without the
H A DXInterface.idl49 <p> The UNO object does not export the state of the reference count (acquire() and
51 should not make any assumption on the concrete value of the reference count
/trunk/main/offapi/com/sun/star/sdbc/
H A DXStatement.idl76 either the row count for INSERT, UPDATE or DELETE or 0 for SQL statements that return nothing
110 …<TRUE/> if the next result is a ResultSet; <FALSE/> if it is an update count or there are no more …
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper_text.cxx149 if( aClipPoly.count() ) in setupOutDevState()
173 if( aClipPoly.count() ) in setupOutDevState()
/trunk/main/codemaker/source/codemaker/
H A Dtypemanager.cxx222 if (m_pImpl->m_t2TypeClass.count(name) > 0) in getTypeClass()
261 if (m_pImpl->m_t2TypeClass.count(name) > 0) in getTypeClass()
/trunk/main/registry/source/
H A Dkeyimpl.cxx1016 sal_uInt32 count = 0; in countSubKeys() local
1022 count++; in countSubKeys()
1028 return count; in countSubKeys()
/trunk/main/udkapi/com/sun/star/beans/
H A DXTolerantMultiPropertySet.idl109 <p>The count and order of the values in the returned sequence
133 <p>Since the count of returned elements may be different from
/trunk/main/sal/qa/rtl/ostring/
H A Drtl_OString2.cxx435 const rtl::OString* newStr, sal_Int32 index, sal_Int32 count) in check_replaceAt() argument
438 aStr1= input->replaceAt( index, count, *newStr ); in check_replaceAt()
/trunk/main/offapi/com/sun/star/awt/
H A DUnoControlComboBoxModel.idl154 /** specifies the maximum line count displayed in the drop down box.
160 /** specifies the maximum character count.
/trunk/main/i18npool/inc/
H A Dtextconversion.hxx97 sal_Int16 count; member
156 sal_Int16 count; member
/trunk/main/basegfx/test/
H A Dboxclipper.cxx199 for( sal_uInt32 i=0; i<rPoly.count(); ++i ) in normalizePoly()
271 const sal_uInt32 nCount=rRange.count(); in validatePoly()
/trunk/main/wizards/com/sun/star/wizards/agenda/
H A DAgendaTemplate.java1610 public static void removeTableRows(Object table, int start, int count) in removeTableRows() argument
1613 rows.removeByIndex(start, count); in removeTableRows()
1622 public static void insertTableRows(Object table, int start, int count) in insertTableRows() argument
1625 rows.insertByIndex(start, count); in insertTableRows()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/ui/
H A D_XUIConfigurationManager.java222 int count = x.getCount(); in _insertSettings() local
223 x.insertByIndex(count, prop); in _insertSettings()
/trunk/main/sc/source/core/data/
H A Ddpcachetable.cxx393 bool bRepeatIfEmpty = rRepeatIfEmptyDims.count(nCol) > 0; in filterTable()
445 bool bRepeatIfEmpty = rRepeatIfEmptyDims.count(itr->mnFieldIndex) > 0; in isRowQualified()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/style/
H A D_ParagraphProperties.java467 int count = members.size(); in getElementNames() local
468 String[] res = new String[count]; in getElementNames()
/trunk/main/sw/source/ui/utlui/
H A Dattrdesc.src259 Text [ en-US ] = "don't count lines" ;
263 Text [ en-US ] = "restart line count with: " ;
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DModuleCtrl.java806 int count = installData.getPreselectedLanguages(); in checkLanguagesPackages() local
807 count++; in checkLanguagesPackages()
808 installData.setPreselectedLanguages(count); in checkLanguagesPackages()
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx1134 if(rLinePolygon.count()) in HandleLineInfoPolyPolygons()
1141 if(aLinePolyPolygon.count()) in HandleLineInfoPolyPolygons()
1146 for(sal_uInt32 a(0); a < aLinePolyPolygon.count(); a++) in HandleLineInfoPolyPolygons()
1153 if(aFillPolyPolygon.count()) in HandleLineInfoPolyPolygons()
1162 for(sal_uInt32 a(0); a < aFillPolyPolygon.count(); a++) in HandleLineInfoPolyPolygons()

Completed in 100 milliseconds

1...<<11121314151617181920>>...31