/trunk/main/sw/source/ui/vba/ |
H A D | vbadocumentproperties.cxx | 113 …uno::Reference< document::XDocumentProperties > xDocProp( xDocPropSupp->getDocumentProperties(), u… in CustomPropertyGetSetHelper() local 114 mxProps.set( xDocProp->getUserDefinedProperties(), uno::UNO_QUERY_THROW ); in CustomPropertyGetSetHelper() 646 …uno::Reference< document::XDocumentProperties > xDocProp( xDocPropSupp->getDocumentProperties(), u… in CustomPropertiesImpl() local 647 mxUserDefinedProp.set( xDocProp->getUserDefinedProperties(), uno::UNO_QUERY_THROW ); in CustomPropertiesImpl() 739 uno::Reference< XDocumentProperty > xDocProp; in Add() local 745 xDocProp.set( m_xNameAccess->getByName( Name ), uno::UNO_QUERY_THROW ); in Add() 746 xDocProp->setLinkToContent( LinkToContent ); in Add() 749 xDocProp->setLinkSource( sLinkSource ); in Add() 751 return xDocProp; in Add()
|
/trunk/main/chart2/qa/complex/chart2/ |
H A D | TestCaseOldAPI.java | 131 XPropertySet xDocProp = (XPropertySet) UnoRuntime.queryInterface( in testTitle() local 133 assertTrue( "Chart Document is no XPropertySet", xDocProp != null ); in testTitle() 134 xDocProp.setPropertyValue( "HasMainTitle", new Boolean( true )); in testTitle() 136 xDocProp.getPropertyValue( "HasMainTitle" ))); in testTitle() 181 XPropertySet xDocProp = (XPropertySet) UnoRuntime.queryInterface( in testSubTitle() local 183 assertTrue( "Chart Document is no XPropertySet", xDocProp != null ); in testSubTitle() 184 xDocProp.setPropertyValue( "HasSubTitle", new Boolean( true )); in testSubTitle() 186 xDocProp.getPropertyValue( "HasSubTitle" ))); in testSubTitle()
|
/trunk/main/xmloff/source/chart/ |
H A D | SchXMLLegendContext.cxx | 108 uno::Reference< beans::XPropertySet > xDocProp( xDoc, uno::UNO_QUERY ); in StartElement() local 109 if( xDocProp.is() ) in StartElement() 113 …xDocProp->setPropertyValue( rtl::OUString::createFromAscii( "HasLegend" ), uno::makeAny( sal_True … in StartElement()
|
H A D | SchXMLPlotAreaContext.cxx | 306 …uno::Reference< beans::XPropertySet > xDocProp( mrImportHelper.GetChartDocument(), uno::UNO_QUERY … in StartElement() local 307 if( xDocProp.is()) in StartElement() 313 xDocProp->setPropertyValue( in StartElement() 318 xDocProp->setPropertyValue( in StartElement()
|
H A D | SchXMLChartContext.cxx | 359 …uno::Reference< beans::XPropertySet > xDocProp( mrImportHelper.GetChartDocument(), uno::UNO_QUERY … in StartElement() local 360 if( xDocProp.is() ) in StartElement() 364 …xDocProp->getPropertyValue( ::rtl::OUString::createFromAscii("BaseDiagram")) >>= aOldChartTypeName; in StartElement() 366 …xDocProp->setPropertyValue( rtl::OUString::createFromAscii( "RefreshAddInAllowed" ) , uno::makeAny… in StartElement()
|
H A D | SchXMLExport.cxx | 2004 Reference< beans::XPropertySet > xDocProp( xDoc, uno::UNO_QUERY ); in exportPlotArea() local 2005 if( xDocProp.is()) in exportPlotArea() 2012 aAny = xDocProp->getPropertyValue( in exportPlotArea() 2015 aAny = xDocProp->getPropertyValue( in exportPlotArea()
|
/trunk/main/connectivity/source/drivers/calc/ |
H A D | CDatabaseMetaData.cxx | 455 Reference<XPropertySet> xDocProp( xDoc, UNO_QUERY ); in getTables() local 456 if ( xDocProp.is() ) in getTables() 458 Any aRangesAny = xDocProp->getPropertyValue( ::rtl::OUString::createFromAscii("DatabaseRanges") ); in getTables()
|
H A D | CTable.cxx | 579 Reference<XPropertySet> xDocProp( xDoc, UNO_QUERY ); in construct() local 580 if ( xDocProp.is() ) in construct() 582 …Reference<XDatabaseRanges> xRanges(xDocProp->getPropertyValue( ::rtl::OUString(RTL_CONSTASCII_USTR… in construct()
|
/trunk/main/oox/source/docprop/ |
H A D | docprophandler.cxx | 40 …no::XComponentContext >& xContext, const uno::Reference< document::XDocumentProperties > xDocProp ) in OOXMLDocPropHandler() argument 42 , m_xDocProp( xDocProp ) in OOXMLDocPropHandler() 48 if ( !xContext.is() || !xDocProp.is() ) in OOXMLDocPropHandler()
|
H A D | docprophandler.hxx | 60 …nst ::com::sun::star::uno::Reference< ::com::sun::star::document::XDocumentProperties > xDocProp );
|
/trunk/main/chart2/workbench/addin/ |
H A D | sampleaddin.cxx | 210 uno::Reference< beans::XPropertySet > xDocProp( mxChartDoc, uno::UNO_QUERY ); in initialize() local 211 if( xDocProp.is()) in initialize() 217 xDocProp->setPropertyValue( rtl::OUString::createFromAscii( "BaseDiagram" ), aBaseType ); in initialize()
|
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | SpreadsheetSample.java | 990 com.sun.star.beans.XPropertySet xDocProp = (com.sun.star.beans.XPropertySet) in doNamedRangesSamples() local 992 Object aRangesObj = xDocProp.getPropertyValue( "NamedRanges" ); in doNamedRangesSamples() 1020 Object aLabelsObj = xDocProp.getPropertyValue( "ColumnLabelRanges" ); in doNamedRangesSamples() 1243 com.sun.star.beans.XPropertySet xDocProp = (com.sun.star.beans.XPropertySet) in doDatabaseSamples() local 1245 Object aRangesObj = xDocProp.getPropertyValue( "DatabaseRanges" ); in doDatabaseSamples()
|
/trunk/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | SpreadsheetSample.cs | 1012 unoidl.com.sun.star.beans.XPropertySet xDocProp = in doNamedRangesSamples() 1014 uno.Any aRangesObj = xDocProp.getPropertyValue( "NamedRanges" ); in doNamedRangesSamples() 1047 uno.Any aLabelsObj = xDocProp.getPropertyValue( "ColumnLabelRanges" ); in doNamedRangesSamples() 1310 unoidl.com.sun.star.beans.XPropertySet xDocProp = in doDatabaseSamples() 1312 uno.Any aRangesObj = xDocProp.getPropertyValue( "DatabaseRanges" ); in doDatabaseSamples()
|
/trunk/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 3849 uno::Reference< beans::XPropertySet > xDocProp( xSpreadDoc, uno::UNO_QUERY ); in WriteTheLabelRanges() local 3850 if( !xDocProp.is() ) return; in WriteTheLabelRanges() 3853 …uno::Reference< container::XIndexAccess > xColRangesIAccess(xDocProp->getPropertyValue( OUString( … in WriteTheLabelRanges() 3857 …uno::Reference< container::XIndexAccess > xRowRangesIAccess(xDocProp->getPropertyValue( OUString( … in WriteTheLabelRanges()
|