Searched refs:sTargetStorage (Results 1 – 4 of 4) sorted by relevance
182 const OUString sTargetStorage( RTL_CONSTASCII_USTRINGPARAM("TargetStorage") ); in _Write() local183 xInfoSet->setPropertyValue( sTargetStorage, Any( xStg ) ); in _Write()
936 OUString sTargetStorage( RTL_CONSTASCII_USTRINGPARAM("TargetStorage") ); in Export() local937 xInfoSet->setPropertyValue( sTargetStorage, Any( xStorage ) ); in Export()
922 const OUString sTargetStorage( RTL_CONSTASCII_USTRINGPARAM("TargetStorage") ); in Export() local923 xInfoSet->setPropertyValue( sTargetStorage, uno::Any( xStorage ) ); in Export()
873 OUString sTargetStorage( RTL_CONSTASCII_USTRINGPARAM("TargetStorage") ); in initialize() local874 if( xPropertySetInfo->hasPropertyByName( sTargetStorage ) ) in initialize()875 mxExportInfo->getPropertyValue( sTargetStorage ) >>= mpImpl->mxTargetStorage; in initialize()
Completed in 49 milliseconds