Home
last modified time | relevance | path

Searched refs:sProps (Results 1 – 6 of 6) sorted by relevance

/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbadocumentsbase.cxx322 uno::Sequence< beans::PropertyValue > sProps( rProps ); in openDocument() local
323 sProps.realloc( sProps.getLength() + 1 ); in openDocument()
324sProps[ 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 Dvbahelper.cxx313 …::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()
/aoo42x/main/sc/source/ui/vba/
H A Dvbaworkbooks.cxx297 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()
354sProps[ 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()
358sProps[ 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()
/aoo42x/main/reportdesign/source/ui/report/
H A DReportController.cxx3207 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()
/aoo42x/main/sw/source/ui/vba/
H A Dvbadocuments.cxx147 uno::Sequence< beans::PropertyValue > sProps(0); in Open() local
149 …uno::Reference <text::XTextDocument> xSpreadDoc( openDocument( Filename, ReadOnly, sProps ), uno::… in Open()
/aoo42x/main/vbahelper/inc/vbahelper/
H A Dvbahelper.hxx81 …xModel, const rtl::OUString& aUrl, const css::uno::Sequence< css::beans::PropertyValue >& sProps );

Completed in 54 milliseconds