Home
last modified time | relevance | path

Searched refs:aZoomStr (Results 1 – 3 of 3) sorted by relevance

/trunk/main/xmloff/source/draw/
H A Dximpshap.cxx3309 OUString aZoomStr; in EndElement() local
3312 maParams[ nParam ].Value >>= aZoomStr; in EndElement()
3314 if( 0 == aZoomStr.compareToAscii( "25%" ) ) in EndElement()
3316 else if( 0 == aZoomStr.compareToAscii( "50%" ) ) in EndElement()
3318 else if( 0 == aZoomStr.compareToAscii( "100%" ) ) in EndElement()
3320 else if( 0 == aZoomStr.compareToAscii( "200%" ) ) in EndElement()
3322 else if( 0 == aZoomStr.compareToAscii( "400%" ) ) in EndElement()
3324 else if( 0 == aZoomStr.compareToAscii( "fit" ) ) in EndElement()
3326 else if( 0 == aZoomStr.compareToAscii( "fixedfit" ) ) in EndElement()
3328 else if( 0 == aZoomStr.compareToAscii( "fullscreen" ) ) in EndElement()
H A Dshapeexport2.cxx2006 const OUString aZoomStr( RTL_CONSTASCII_USTRINGPARAM( "Zoom" ) ); local
2026 mrExport.AddAttribute( XML_NAMESPACE_DRAW, XML_NAME, aZoomStr );
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx2323 String aZoomStr = rData.GetToken(0); // Zoom/PageZoom/Modus in ReadUserData() local
2324 sal_uInt16 nNormZoom = sal::static_int_cast<sal_uInt16>(aZoomStr.GetToken(0,'/').ToInt32()); in ReadUserData()
2327 sal_uInt16 nPageZoom = sal::static_int_cast<sal_uInt16>(aZoomStr.GetToken(1,'/').ToInt32()); in ReadUserData()
2330 sal_Unicode cMode = aZoomStr.GetToken(2,'/').GetChar(0); // 0 oder "0"/"1" in ReadUserData()

Completed in 42 milliseconds