Searched refs:sProps (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/vbahelper/source/vbahelper/ |
H A D | vbadocumentsbase.cxx | 322 uno::Sequence< beans::PropertyValue > sProps( rProps ); in openDocument() local 323 sProps.realloc( sProps.getLength() + 1 ); in openDocument() 324 …sProps[ sProps.getLength() - 1 ].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("MacroExecution… in openDocument() 325 sProps[ sProps.getLength() - 1 ].Value <<= document::MacroExecMode::ALWAYS_EXECUTE_NO_WARN; in openDocument() 332 sProps.realloc( sProps.getLength() + 1 ); in openDocument() 333 sProps[ sProps.getLength() - 1 ].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("ReadOnly") ); in openDocument() 334 sProps[ sProps.getLength() - 1 ].Value <<= true; in openDocument() 341 sProps); in openDocument()
|
H A D | vbahelper.cxx | 313 …::XModel>& xModel, const rtl::OUString& aUrl, const uno::Sequence< beans::PropertyValue >& sProps ) in dispatchRequests() argument 348 sal_Int32 nProps = sProps.getLength(); in dispatchRequests() 355 const beans::PropertyValue* pSrc = sProps.getConstArray(); in dispatchRequests()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbaworkbooks.cxx | 297 uno::Sequence< beans::PropertyValue > sProps(0); in Open() local 312 sProps.realloc( 3 ); in Open() 313 sProps[ nIndex ].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FilterOptions" ) ); in Open() 352 sProps[ nIndex++ ].Value <<= sFormat; in Open() 353 sProps[ nIndex ].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("FilterName") ); in Open() 354 …sProps[ nIndex++ ].Value <<= rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("Text - txt - csv (StarCal… in Open() 357 sProps[ nIndex ].Name = rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("DocumentService") ); in Open() 358 …sProps[ nIndex ].Value <<= rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.sheet.Spreadsh… in Open() 363 …uno::Reference <sheet::XSpreadsheetDocument> xSpreadDoc( openDocument( rFileName, ReadOnly, sProps… in Open()
|
/aoo4110/main/reportdesign/source/ui/report/ |
H A D | ReportController.cxx | 3207 const ::rtl::OUString sProps[] = { PROPERTY_NAME in createControl() local 3216 for(size_t i = 0; i < sizeof(sProps)/sizeof(sProps[0]);++i) in createControl() 3218 if ( xInfo->hasPropertyByName(sProps[i]) && xShapeInfo->hasPropertyByName(sProps[i]) ) in createControl() 3219 xUnoProp->setPropertyValue(sProps[i],xShapeProp->getPropertyValue(sProps[i])); in createControl() 3513 const ::rtl::OUString sProps[] = { PROPERTY_FONTDESCRIPTOR in addPairControls() local 3519 for(size_t k = 0; k < sizeof(sProps)/sizeof(sProps[0]);++k) in addPairControls() 3521 … if ( xInfo->hasPropertyByName(sProps[k]) && xShapeInfo->hasPropertyByName(sProps[k]) ) in addPairControls() 3522 … xUnoProp->setPropertyValue(sProps[k],xShapeProp->getPropertyValue(sProps[k])); in addPairControls()
|
/aoo4110/main/sw/source/ui/vba/ |
H A D | vbadocuments.cxx | 147 uno::Sequence< beans::PropertyValue > sProps(0); in Open() local 149 …uno::Reference <text::XTextDocument> xSpreadDoc( openDocument( Filename, ReadOnly, sProps ), uno::… in Open()
|
/aoo4110/main/vbahelper/inc/vbahelper/ |
H A D | vbahelper.hxx | 81 …xModel, const rtl::OUString& aUrl, const css::uno::Sequence< css::beans::PropertyValue >& sProps );
|
Completed in 49 milliseconds