Home
last modified time | relevance | path

Searched defs:size (Results 126 – 150 of 251) sorted by relevance

1234567891011

/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DDisplayPackageDescription.java35 private int size = 0; field in DisplayPackageDescription
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DDumper.java187 int size = properties.size(); in dumpAllProperties() local
/trunk/main/binaryurp/source/
H A Dwriter.hxx58 static void * operator new(std::size_t size) in operator new()
/trunk/main/registry/source/
H A Dreflcnst.hxx260 sal_uInt32 size = strlen(v) + 1; in writeUtf8() local
269 sal_uInt32 size = SAL_MIN(strlen((const sal_Char*) buffer) + 1, maxSize); in readUtf8() local
H A Dreflwrit.cxx242 sal_uInt32 size = sizeof(sal_uInt32) /* size */ + sizeof(sal_uInt16) /* tag */; in getBlopSize() local
615 void MethodEntry::reallocParams(sal_uInt16 size) in reallocParams()
640 void MethodEntry::reallocExcs(sal_uInt16 size) in reallocExcs()
1357 void const * typereg_writer_getBlob(void * handle, sal_uInt32 * size) in typereg_writer_getBlob()
1374 sal_uInt32 size; in getBlop() local
1381 sal_uInt32 size; in getBlopSize() local
/trunk/main/dtrans/source/win32/dtobj/
H A DFmtFilter.cxx485 size_t size = 1; // one for the very final '\0' in CalcSizeForStringListBuffer() local
497 size_t size = CalcSizeForStringListBuffer(fileList); in FileListToByteSequence() local
/trunk/main/toolkit/source/awt/
H A Dvclxsplitter.cxx196 awt::Size size( mbHorizontal ? 2 : 0, mbHorizontal ? 0 : 2 ); in getMinimumSize() local
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/util/
H A DWeakMap.java89 public int size() { in size() method in WeakMap
/trunk/main/pyuno/inc/pyuno/
H A Dpyuno.hxx43 #define PyVarObject_HEAD_INIT(type, size) \ argument
/trunk/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DInterfaceContainer_Test.java601 int size= cont.size(); in Iterator_remove() local
742 int size= cont.size(); in ListIterator_remove() local
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DInterfaceContainer.java105 private int size; field in InterfaceContainer
620 synchronized public int size() in size() method in InterfaceContainer
/trunk/main/toolkit/qa/complex/toolkit/accessibility/
H A D_XAccessibleComponent.java382 Size size = oObj.getSize() ; in _getSize() local
/trunk/main/odk/source/unoapploader/win/
H A Dunoapploader.c78 int size; in WinMain() local
/trunk/main/autodoc/inc/cosv/
H A Dstreamstr.hxx345 StreamStr::size() const in size() function in csv::StreamStr
/trunk/main/soltools/javadep/
H A Djavadep.c585 xmalloc(size_t size) in xmalloc()
599 xcalloc(size_t nmemb, size_t size) in xcalloc()
612 xrealloc(void *ptr, size_t size) in xrealloc()
/trunk/main/writerfilter/source/dmapper/
H A DWrapPolygonHandler.cxx72 size_t WrapPolygon::size() const in size() function in writerfilter::dmapper::WrapPolygon
H A DFontTable.cxx665 sal_uInt32 FontTable::size() in size() function in writerfilter::dmapper::FontTable
/trunk/main/oox/source/ole/
H A Dvbainputstream.cxx57 sal_Int64 VbaInputStream::size() const in size() function in oox::ole::VbaInputStream
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DSVersionRCFile.java188 int size = listunopkg.length; in getPathForUnoil() local
/trunk/main/dbaccess/source/ui/inc/
H A Ddatasourcemap.hxx111 sal_Int32 size() const { return m_aDatasources.size(); } in size() function in dbaui::ODatasourceMap
/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx610 int size = kapp->style()->pixelMetric( in getNativeControlRegion() local
675 int size = kapp->style()->pixelMetric(QStyle::PM_ComboBoxFrameWidth) - 2; in getNativeControlRegion() local
/trunk/main/xml2cmp/source/support/
H A Dlist.hxx69 unsigned size() const { return len; } in size() function in List
/trunk/main/registry/inc/registry/
H A Dwriter.hxx282 void const * getBlob(sal_uInt32 * size) { in getBlob()
/trunk/main/toolkit/source/layout/core/
H A Dbox.cxx116 int size = primDim( aChildSize ) + child->mnPadding * 2; in calculateSize() local
/trunk/main/dtrans/source/os2/dnd/
H A DOTransferable.cxx372 ULONG size = ~0; in getTransferData() local

Completed in 161 milliseconds

1234567891011