Home
last modified time | relevance | path

Searched refs:sPosition (Results 1 – 6 of 6) sorted by path

/trunk/main/desktop/source/splash/
H A Dsplash.cxx301 OUString sPosition = implReadBootstrapKey( in loadConfig() local
384 if ( sPosition.getLength() ) in loadConfig()
387 sal_Int32 temp = sPosition.getToken( 0, ',', idx ).toInt32(); in loadConfig()
391 _tly = sPosition.getToken( 0, ',', idx ).toInt32(); in loadConfig()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx3633 const rtl::OUString sPosition ( RTL_CONSTASCII_USTRINGPARAM( "Position" ) ); in CreateCustomShapeProperties() local
3646 if ( rPropVal.Name.equals( sPosition ) ) in CreateCustomShapeProperties()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh8.cxx1067 String sPosition( ScAddress( nDocCol, nDocRow, nTab).GetColRowString()); in DBaseExport() local
1070 SCERR_EXPORT_FIELDWIDTH), sPosition, sEncoding, in DBaseExport()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx460 const rtl::OUString sPosition ( RTL_CONSTASCII_USTRINGPARAM( "Position" ) ); in ConvertSequenceToEnhancedCustomShape2dHandle() local
477 if ( rPropVal.Name.equals( sPosition ) ) in ConvertSequenceToEnhancedCustomShape2dHandle()
/trunk/main/svx/source/svdraw/
H A Dsvdoashp.cxx1043 const rtl::OUString sPosition( RTL_CONSTASCII_USTRINGPARAM ( "Position" ) ); in MergeDefaultAttributes() local
1047 rPropValues[ n ].Name = sPosition; in MergeDefaultAttributes()
1525 const rtl::OUString sPosition( RTL_CONSTASCII_USTRINGPARAM ( "Position" ) ); in IsDefaultGeometry() local
1529 rPropValues[ n ].Name = sPosition; in IsDefaultGeometry()
/trunk/main/unotools/source/config/
H A Duseroptions.cxx373 ::rtl::OUString sPosition; in GetPosition()
377 m_xData->getPropertyValue(s_sposition) >>= sPosition; in GetPosition()
384 return sPosition; in GetPosition()
631 void SvtUserOptions_Impl::SetPosition( const ::rtl::OUString& sPosition ) in SetPosition() argument
635 m_xData->setPropertyValue(s_sposition, css::uno::makeAny(::rtl::OUString(sPosition))); in SetPosition()

Completed in 75 milliseconds