Home
last modified time | relevance | path

Searched refs:getAnyProperty (Results 1 – 12 of 12) sorted by relevance

/AOO41X/main/oox/source/xls/
H A Dworkbookhelper.cxx359 …Reference< XNamedRanges2 > xNamedRanges( aDocProps.getAnyProperty( PROP_NamedRanges2 ), UNO_QUERY_… in createNamedRangeObject()
385 …Reference< XDatabaseRanges > xDatabaseRanges( aDocProps.getAnyProperty( PROP_DatabaseRanges ), UNO… in createDatabaseRangeObject()
526 … Reference< XActionLockable > xLockable( aPropSet.getAnyProperty( PROP_NamedRanges ), UNO_QUERY ); in initialize()
564 … Reference< XActionLockable > xLockable( aPropSet.getAnyProperty( PROP_NamedRanges ), UNO_QUERY ); in finalize()
H A Dworksheethelper.cxx1071 … Reference< XPropertySet > xValidation( aPropSet.getAnyProperty( PROP_Validation ), UNO_QUERY ); in finalizeValidationRanges()
1563 …Reference< XLabelRanges > xLabelRanges( aPropSet.getAnyProperty( PROP_ColumnLabelRanges ), UNO_QUE… in setLabelRanges()
1586 …Reference< XLabelRanges > xLabelRanges( aPropSet.getAnyProperty( PROP_RowLabelRanges ), UNO_QUERY … in setLabelRanges()
H A Dexternallinkbuffer.cxx362 … Reference< XDDELinks > xDdeLinks( aDocProps.getAnyProperty( PROP_DDELinks ), UNO_QUERY_THROW ); in getDdeLinkData()
840 …Reference< XExternalDocLinks > xDocLinks( aDocProps.getAnyProperty( PROP_ExternalDocLinks ), UNO_Q… in setExternalTargetUrl()
H A Dunitconverter.cxx133 Reference< XDevice > xDevice( aDocProps.getAnyProperty( PROP_ReferenceDevice ), UNO_QUERY ); in finalizeImport()
H A Dquerytablebuffer.cxx342 … Reference< XAreaLinks > xAreaLinks( aDocProps.getAnyProperty( PROP_AreaLinks ), UNO_QUERY_THROW ); in finalizeImport()
H A Dcondformatbuffer.cxx683 …Reference< XSheetConditionalEntries > xEntries( aPropSet.getAnyProperty( PROP_ConditionalFormat ),… in finalizeImport()
H A Dpagesettings.cxx1231 … Reference< XHeaderFooterContent > xHFContent( rPropSet.getAnyProperty( nPropId ), UNO_QUERY ); in writeHeaderFooter()
H A Dstylesbuffer.cxx1045 Reference< XDevice > xDevice( aDocProps.getAnyProperty( PROP_ReferenceDevice ), UNO_QUERY ); in finalizeImport()
/AOO41X/main/oox/inc/oox/helper/
H A Dpropertyset.hxx89 ::com::sun::star::uno::Any getAnyProperty( sal_Int32 nPropId ) const;
95 { return getAnyProperty( nPropId ) >>= orValue; } in getProperty()
/AOO41X/main/oox/source/helper/
H A Dpropertyset.cxx71 Any PropertySet::getAnyProperty( sal_Int32 nPropId ) const in getAnyProperty() function in oox::PropertySet
/AOO41X/main/oox/source/ole/
H A Dvbaproject.cxx228 Reference< XLibraryContainer > xLibContainer( aDocProp.getAnyProperty( nPropId ), UNO_QUERY ); in getLibraryContainer()
H A Daxcontrol.cxx193 …Reference< XNameAccess > xRangesNA( aPropSet.getAnyProperty( PROP_NamedRanges ), UNO_QUERY_THROW ); in lclExtractRangeFromName()