Home
last modified time | relevance | path

Searched refs:xDocProp (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sw/source/ui/vba/
H A Dvbadocumentproperties.cxx113 …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/
H A DTestCaseOldAPI.java155 XPropertySet xDocProp = (XPropertySet) UnoRuntime.queryInterface( in testTitle() local
157 assure( "Chart Document is no XPropertySet", xDocProp != null ); in testTitle()
158 xDocProp.setPropertyValue( "HasMainTitle", new Boolean( true )); in testTitle()
160 xDocProp.getPropertyValue( "HasMainTitle" ))); in testTitle()
205 XPropertySet xDocProp = (XPropertySet) UnoRuntime.queryInterface( in testSubTitle() local
207 assure( "Chart Document is no XPropertySet", xDocProp != null ); in testSubTitle()
208 xDocProp.setPropertyValue( "HasSubTitle", new Boolean( true )); in testSubTitle()
210 xDocProp.getPropertyValue( "HasSubTitle" ))); in testSubTitle()
/trunk/main/xmloff/source/chart/
H A DSchXMLLegendContext.cxx108 uno::Reference< beans::XPropertySet > xDocProp( xDoc, uno::UNO_QUERY ); in StartElement() local
109 if( xDocProp.is() ) in StartElement()
113xDocProp->setPropertyValue( rtl::OUString::createFromAscii( "HasLegend" ), uno::makeAny( sal_True … in StartElement()
H A DSchXMLPlotAreaContext.cxx306 …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 DSchXMLChartContext.cxx359 …uno::Reference< beans::XPropertySet > xDocProp( mrImportHelper.GetChartDocument(), uno::UNO_QUERY … in StartElement() local
360 if( xDocProp.is() ) in StartElement()
364xDocProp->getPropertyValue( ::rtl::OUString::createFromAscii("BaseDiagram")) >>= aOldChartTypeName; in StartElement()
366xDocProp->setPropertyValue( rtl::OUString::createFromAscii( "RefreshAddInAllowed" ) , uno::makeAny… in StartElement()
H A DSchXMLExport.cxx2004 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 DCDatabaseMetaData.cxx455 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 DCTable.cxx579 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 Ddocprophandler.cxx40 …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 Ddocprophandler.hxx60 …nst ::com::sun::star::uno::Reference< ::com::sun::star::document::XDocumentProperties > xDocProp );
/trunk/main/chart2/workbench/addin/
H A Dsampleaddin.cxx210 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 DSpreadsheetSample.java990 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 DSpreadsheetSample.cs1012 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 Dxmlexprt.cxx3849 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()

Completed in 157 milliseconds