Home
last modified time | relevance | path

Searched refs:aLoadProps (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DDesignTemplate.java316 PropertyValue[] aLoadProps = new PropertyValue[2]; in load() local
317 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()
/trunk/main/vcl/source/gdi/
H A Dgraph.cxx486 uno::Sequence< beans::PropertyValue > aLoadProps( 1 ); in GetXGraphic() local
489 aLoadProps[ 0 ].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "URL" ) ); in GetXGraphic()
490aLoadProps[ 0 ].Value <<= ( aURL += ::rtl::OUString::valueOf( reinterpret_cast< sal_Int64 >( this … in GetXGraphic()
492 xRet = xProv->queryGraphic( aLoadProps ); in GetXGraphic()
/trunk/main/sdext/source/minimizer/
H A Dimpoptimizer.cxx705 Sequence< PropertyValue > aLoadProps( 1 ); in Optimize() local
706 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 15 milliseconds