Searched refs:getAnyProperty (Results 1 – 12 of 12) sorted by relevance
| /AOO41X/main/oox/source/xls/ |
| H A D | workbookhelper.cxx | 359 …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 D | worksheethelper.cxx | 1071 … 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 D | externallinkbuffer.cxx | 362 … 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 D | unitconverter.cxx | 133 Reference< XDevice > xDevice( aDocProps.getAnyProperty( PROP_ReferenceDevice ), UNO_QUERY ); in finalizeImport()
|
| H A D | querytablebuffer.cxx | 342 … Reference< XAreaLinks > xAreaLinks( aDocProps.getAnyProperty( PROP_AreaLinks ), UNO_QUERY_THROW ); in finalizeImport()
|
| H A D | condformatbuffer.cxx | 683 …Reference< XSheetConditionalEntries > xEntries( aPropSet.getAnyProperty( PROP_ConditionalFormat ),… in finalizeImport()
|
| H A D | pagesettings.cxx | 1231 … Reference< XHeaderFooterContent > xHFContent( rPropSet.getAnyProperty( nPropId ), UNO_QUERY ); in writeHeaderFooter()
|
| H A D | stylesbuffer.cxx | 1045 Reference< XDevice > xDevice( aDocProps.getAnyProperty( PROP_ReferenceDevice ), UNO_QUERY ); in finalizeImport()
|
| /AOO41X/main/oox/inc/oox/helper/ |
| H A D | propertyset.hxx | 89 ::com::sun::star::uno::Any getAnyProperty( sal_Int32 nPropId ) const; 95 { return getAnyProperty( nPropId ) >>= orValue; } in getProperty()
|
| /AOO41X/main/oox/source/helper/ |
| H A D | propertyset.cxx | 71 Any PropertySet::getAnyProperty( sal_Int32 nPropId ) const in getAnyProperty() function in oox::PropertySet
|
| /AOO41X/main/oox/source/ole/ |
| H A D | vbaproject.cxx | 228 Reference< XLibraryContainer > xLibContainer( aDocProp.getAnyProperty( nPropId ), UNO_QUERY ); in getLibraryContainer()
|
| H A D | axcontrol.cxx | 193 …Reference< XNameAccess > xRangesNA( aPropSet.getAnyProperty( PROP_NamedRanges ), UNO_QUERY_THROW ); in lclExtractRangeFromName()
|