Lines Matching refs:sPropName
1013 OUString sPropName(RTL_CONSTASCII_USTRINGPARAM(XML_NUMBERSTYLES)); in initialize() local
1014 if (xPropertySetInfo->hasPropertyByName(sPropName)) in initialize()
1016 uno::Any aAny = mxImportInfo->getPropertyValue(sPropName); in initialize()
1020 sPropName = OUString( RTL_CONSTASCII_USTRINGPARAM("PrivateData" ) ); in initialize()
1021 if (xPropertySetInfo->hasPropertyByName(sPropName)) in initialize()
1024 uno::Any aAny = mxImportInfo->getPropertyValue(sPropName); in initialize()
1035 sPropName = OUString( RTL_CONSTASCII_USTRINGPARAM("BaseURI" ) ); in initialize()
1036 if (xPropertySetInfo->hasPropertyByName(sPropName)) in initialize()
1038 uno::Any aAny = mxImportInfo->getPropertyValue(sPropName); in initialize()
1044 sPropName = OUString( RTL_CONSTASCII_USTRINGPARAM("StreamRelPath" ) ); in initialize()
1045 if( xPropertySetInfo->hasPropertyByName(sPropName) ) in initialize()
1047 uno::Any aAny = mxImportInfo->getPropertyValue(sPropName); in initialize()
1051 sPropName = OUString( RTL_CONSTASCII_USTRINGPARAM("StreamName" ) ); in initialize()
1052 if( xPropertySetInfo->hasPropertyByName(sPropName) ) in initialize()
1054 uno::Any aAny = mxImportInfo->getPropertyValue(sPropName); in initialize()
1065 sPropName = OUString( RTL_CONSTASCII_USTRINGPARAM("ShapePositionInHoriL2R" ) ); in initialize()
1066 if( xPropertySetInfo->hasPropertyByName(sPropName) ) in initialize()
1068 uno::Any aAny = mxImportInfo->getPropertyValue(sPropName); in initialize()
1073 sPropName = OUString( RTL_CONSTASCII_USTRINGPARAM("TextDocInOOoFileFormat" ) ); in initialize()
1074 if( xPropertySetInfo->hasPropertyByName(sPropName) ) in initialize()
1076 uno::Any aAny = mxImportInfo->getPropertyValue(sPropName); in initialize()