Home
last modified time | relevance | path

Searched refs:sSize (Results 1 – 5 of 5) sorted by relevance

/trunk/main/desktop/source/splash/
H A Dsplash.cxx299 OUString sSize = implReadBootstrapKey( in loadConfig() local
370 if ( sSize.getLength() ) in loadConfig()
373 sal_Int32 temp = sSize.getToken( 0, ',', idx ).toInt32(); in loadConfig()
377 _barheight = sSize.getToken( 0, ',', idx ).toInt32(); in loadConfig()
/trunk/main/package/source/package/manifest/
H A DManifestImport.cxx122 const OUString& sSize = aConvertedAttribs[sSizeAttribute]; in startElement() local
123 if ( sSize.getLength() ) in startElement()
124 setProperty( PKG_MNFST_UCOMPSIZE, sSize.toInt32() ); in startElement()
/trunk/main/wizards/com/sun/star/wizards/web/data/
H A DCGSettings.java203 String sSize = dateUtils.getFormatter().convertNumberToString(numberFormat, sizeInKB); in formatFileSize() local
204 … return JavaTools.replaceSubString(resources[CGSettings.RESOURCE_SIZE_TEMPLATE], sSize, "%NUMBER"); in formatFileSize()
/trunk/main/svx/source/table/
H A Dtablecontroller.cxx533 const OUString sSize( RTL_CONSTASCII_USTRINGPARAM( "Size" ) ); in onInsert() local
557 setPropertyValue( sSize, in onInsert()
559 getPropertyValue( sSize ) ); in onInsert()
590 setPropertyValue( sSize, in onInsert()
592 getPropertyValue( sSize ) ); in onInsert()
H A Dsvdotable.cxx476 const OUString sSize( RTL_CONSTASCII_USTRINGPARAM( "Size" ) ); in DragEdge() local
486 xRowSet->setPropertyValue( sSize, Any( nHeigth ) ); in DragEdge()
498 xColSet->setPropertyValue( sSize, Any( nWidth ) ); in DragEdge()
515 xColSet->setPropertyValue( sSize, Any( nWidth ) ); in DragEdge()

Completed in 44 milliseconds