Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 235) sorted by relevance

12345678910

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/view/
H A D_XMultiSelectionSupplier.java88 int count = oObj.getSelectionCount(); in _addSelection() local
144 int count = oObj.getSelectionCount(); in _removeSelection() local
237 int count = oObj.getSelectionCount(); in _clearSelection() local
281 int count = oObj.getSelectionCount(); in _createSelectionEnumeration() local
354 int count = oObj.getSelectionCount(); in _createReverseSelectionEnumeration() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XPropertySet.java162 int count = PTT.bound.size(); in _addPropertyChangeListener() local
223 int count = PTT.constrained.size(); in _addVetoableChangeListener() local
287 int count = PTT.normal.size(); in _setPropertyValue() local
368 int count = PTT.normal.size(); in _getPropertyValue() local
414 int count = PTT.bound.size(); in _removePropertyChangeListener() local
490 int count = PTT.constrained.size(); in _removeVetoableChangeListener() local
/trunk/main/sal/systools/win32/uwinapi/
H A Dsntprintf.c71 static _TCHAR *GetLastBufferChar( _TCHAR *buffer, size_t count ) in GetLastBufferChar()
91 _SNPRINTF_DLLIMPORT int __cdecl vsntprintf( _TCHAR *buffer, size_t count, const _TCHAR *format, va_… in vsntprintf()
129 _SNPRINTF_DLLIMPORT int __cdecl sntprintf( _TCHAR *buffer, size_t count, const _TCHAR *format, ... ) in sntprintf()
/trunk/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dvendorlist.cxx61 const size_t count = sizeof(gVendorMap) / sizeof (VendorSupportMapEntry) - 1; in END_VENDOR_MAP() local
75 sal_Int32 count = seqNames.getLength(); in isVendorSupported() local
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclListBox.java112 int count = getItemCount(); in select() local
151 int count = getItemCount(); in getItemsText() local
165 int count = getItemCount(); in getItemIndex() local
/trunk/main/scripting/workben/installer/
H A DFileUpdater.java34 int count = 0; in updateProtocolHandler() local
107 int count = 0; in updateScriptXLC() local
182 int count = 0; in updateDialogXLC() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/document/
H A D_XViewDataSupplier.java73 int count = xAccess.getCount(); in setViewID() local
100 int count = xAccess.getCount(); in getViewID() local
/trunk/main/sc/source/ui/vba/
H A Dvbaborders.cxx197 for ( sal_Int32 count=0; count<nElems; ++count ) in getColorIndex() local
414 sal_Int32 count = getCount(); in getColor() local
434 sal_Int32 count = getCount(); in setColor() local
443 sal_Int32 count = getCount(); in getColorIndex() local
463 sal_Int32 count = getCount(); in setColorIndex() local
515 sal_Int32 count = getCount(); in setLineStyle() local
524 sal_Int32 count = getCount(); in getWeight() local
544 sal_Int32 count = getCount(); in setWeight() local
/trunk/main/editeng/source/editeng/
H A Dbaselist.hxx42 …void Remove( sal_uInt32 first, sal_uInt32 count = 1 ) { contents.erase( contents.begin() + first, … in Remove()
43 void DeleteAndDestroy( sal_uInt32 first, sal_uInt32 count ) in DeleteAndDestroy()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/
H A DStarFunctionDescription.java143 final int count = functionDescription.getParameterCount(); in getSignature() local
160 int count = functionDescription.getParameterCount(); in getArguments() local
181 final int count = functionDescription.getParameterCount(); in createFormula() local
/trunk/main/javaunohelper/com/sun/star/lib/uno/adapter/
H A DInputStreamToXInputStreamAdapter.java81 int count = 0; in readBytes() local
112 int count = 0; in readSomeBytes() local
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLArray.java66 public Object[] getArrayAtIndex(int index, int count, XNameAccess typeMap) throws SQLException { in getArrayAtIndex()
106 …public XResultSet getResultSetAtIndex(int index, int count, XNameAccess typeMap) throws SQLExcepti… in getResultSetAtIndex()
/trunk/main/apple_remote/inc/
H A DRemoteControlContainer.h39 - (unsigned int) count; in count() method
/trunk/main/unoxml/source/dom/
H A Dcharacterdata.cxx81 void SAL_CALL CCharacterData::deleteData(sal_Int32 offset, sal_Int32 count) in deleteData()
187 … void SAL_CALL CCharacterData::replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg) in replaceData()
241 OUString SAL_CALL CCharacterData::subStringData(sal_Int32 offset, sal_Int32 count) in subStringData()
H A Dcdatasection.hxx67 virtual void SAL_CALL deleteData(sal_Int32 offset, sal_Int32 count) in deleteData()
85 virtual void SAL_CALL replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg) in replaceData()
95 virtual OUString SAL_CALL subStringData(sal_Int32 offset, sal_Int32 count) in subStringData()
H A Dcomment.hxx62 virtual void SAL_CALL deleteData(sal_Int32 offset, sal_Int32 count) in deleteData()
80 virtual void SAL_CALL replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg) in replaceData()
90 virtual OUString SAL_CALL subStringData(sal_Int32 offset, sal_Int32 count) in subStringData()
H A Dtext.hxx78 virtual void SAL_CALL deleteData(sal_Int32 offset, sal_Int32 count) in deleteData()
96 virtual void SAL_CALL replaceData(sal_Int32 offset, sal_Int32 count, const OUString& arg) in replaceData()
106 virtual OUString SAL_CALL subStringData(sal_Int32 offset, sal_Int32 count) in subStringData()
/trunk/main/i18npool/inc/
H A Dtextconversion.hxx97 sal_Int16 count; member
156 sal_Int16 count; member
/trunk/main/idlc/inc/idlc/
H A Dastenum.hxx38 void setEnumValueCount(sal_Int32 count) in setEnumValueCount()
/trunk/main/basebmp/test/
H A Dtools.cxx37 int count(0); in countPixel() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DPixelCounter.java32 public abstract void count(int _nRGB); in count() method in CountPixel
57 public void count(final int pixel) in count() method in CountNotWhite
102 public void count(final int pixel) in count() method in CountNotBlack
/trunk/main/extensions/test/ole/OleConverterVar1/
H A Dsmartarray.h33 SmartArray( sourceType * parParams, int count, VARTYPE destVartype): m_array(NULL) in SmartArray()
208 template <> SmartArray <IUnknown*>::SmartArray(sourceType * parParams, int count, VARTYPE destVarty… in SmartArray()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XCellFormatRangesSupplier.java70 int count = xIA.getCount(); in checkIndexAccess() local
H A D_XDataPilotField.java45 int count = xIA.getCount(); in checkIndexAccess() local
H A D_XUniqueCellFormatRangesSupplier.java60 int count = xIA.getCount(); in checkIndexAccess() local

Completed in 92 milliseconds

12345678910