Searched refs:aLoadProps (Results 1 – 3 of 3) sorted by relevance
316 PropertyValue[] aLoadProps = new PropertyValue[2]; in load() local317 aLoadProps[0] = Properties.createProperty(PropertyNames.URL, _sPath); in load()318 aLoadProps[1] = Properties.createProperty(PropertyNames.READ_ONLY, Boolean.TRUE); in load()320 m_xReportDefinition.load(aLoadProps); in load()
486 uno::Sequence< beans::PropertyValue > aLoadProps( 1 ); in GetXGraphic() local489 aLoadProps[ 0 ].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "URL" ) ); in GetXGraphic()490 …aLoadProps[ 0 ].Value <<= ( aURL += ::rtl::OUString::valueOf( reinterpret_cast< sal_Int64 >( this … in GetXGraphic()492 xRet = xProv->queryGraphic( aLoadProps ); in GetXGraphic()
705 Sequence< PropertyValue > aLoadProps( 1 ); in Optimize() local706 aLoadProps[ 0 ].Name = TKGet( TK_Hidden ); in Optimize()707 aLoadProps[ 0 ].Value <<= (sal_Bool)( sal_True ); in Optimize()709 maSaveAsURL, TKGet( TK__self ), 0, aLoadProps ), UNO_QUERY ); in Optimize()
Completed in 26 milliseconds