Searched refs:sSize (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/desktop/source/splash/ |
H A D | splash.cxx | 299 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()
|
/aoo42x/main/package/source/package/manifest/ |
H A D | ManifestImport.cxx | 122 const OUString& sSize = aConvertedAttribs[sSizeAttribute]; in startElement() local 123 if ( sSize.getLength() ) in startElement() 124 setProperty( PKG_MNFST_UCOMPSIZE, sSize.toInt32() ); in startElement()
|
/aoo42x/main/wizards/com/sun/star/wizards/web/data/ |
H A D | CGSettings.java | 203 String sSize = dateUtils.getFormatter().convertNumberToString(numberFormat, sizeInKB); in formatFileSize() local 204 … return JavaTools.replaceSubString(resources[CGSettings.RESOURCE_SIZE_TEMPLATE], sSize, "%NUMBER"); in formatFileSize()
|
/aoo42x/main/svx/source/table/ |
H A D | tablecontroller.cxx | 533 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 D | svdotable.cxx | 476 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 115 milliseconds