Searched refs:m_aObjectCID (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/chart2/source/tools/ |
H A D | ObjectIdentifier.cxx | 252 :m_aObjectCID( OUString() ) in ObjectIdentifier() 258 :m_aObjectCID( rObjectCID ) in ObjectIdentifier() 264 :m_aObjectCID( OUString() ) in ObjectIdentifier() 270 :m_aObjectCID( OUString() ) in ObjectIdentifier() 276 rAny >>= m_aObjectCID; in ObjectIdentifier() 289 :m_aObjectCID( rOID.m_aObjectCID ) in ObjectIdentifier() 297 m_aObjectCID = rOID.m_aObjectCID; in operator =() 304 if ( areIdenticalObjects( m_aObjectCID, rOID.m_aObjectCID ) && in operator ==() 320 if ( !m_aObjectCID.isEmpty() && !rOID.m_aObjectCID.isEmpty() ) in operator <() 322 bReturn = ( m_aObjectCID.compareTo( rOID.m_aObjectCID ) < 0 ); in operator <() [all …]
|
/aoo42x/main/chart2/source/controller/dialogs/ |
H A D | dlg_ObjectProperties.cxx | 95 : m_aObjectCID( rObjectCID ) in ObjectPropertiesDialogParameter() 96 , m_eObjectType( ObjectIdentifier::getObjectType( m_aObjectCID ) ) in ObjectPropertiesDialogParameter() 118 rtl::OUString aParticleID = ObjectIdentifier::getParticleID( m_aObjectCID ); in ObjectPropertiesDialogParameter() 137 …uno::Reference< XDataSeries > xSeries = ObjectIdentifier::getDataSeriesForCID( m_aObjectCID, xChar… in init() 173 … uno::Reference< XAxis > xAxis( ObjectIdentifier::getAxisForCID( m_aObjectCID, xChartModel ) ); in init() 225 m_aLocalizedName = ObjectNameProvider::getAxisName( m_aObjectCID, xChartModel ); in init() 229 m_aLocalizedName = ObjectNameProvider::getGridName( m_aObjectCID, xChartModel ); in init() 233 m_aLocalizedName = ObjectNameProvider::getTitleName( m_aObjectCID, xChartModel ); in init() 252 …zedName = ObjectNameProvider::getName_ObjectForSeries( m_eObjectType, m_aObjectCID, m_xChartDocume… in init()
|
/aoo42x/main/chart2/source/controller/main/ |
H A D | DragMethod_Base.cxx | 55 , m_aObjectCID(rObjectCID) in DragMethod_Base() 74 ObjectNameProvider::getName( ObjectIdentifier::getObjectType( m_aObjectCID ))); in getUndoDescription()
|
H A D | DragMethod_PieSegment.cxx | 57 rtl::OUString aParameter( ObjectIdentifier::getDragParameterString( m_aObjectCID ) ); in DragMethod_PieSegment() 126 ObjectIdentifier::getObjectPropertySet( m_aObjectCID, xChartModel ) ); in EndSdrDrag()
|
H A D | DragMethod_Base.hxx | 55 rtl::OUString m_aObjectCID; member in chart::DragMethod_Base
|
/aoo42x/main/chart2/source/controller/inc/ |
H A D | dlg_ObjectProperties.hxx | 71 rtl::OUString m_aObjectCID; member in chart::ObjectPropertiesDialogParameter
|
/aoo42x/main/chart2/source/inc/ |
H A D | ObjectIdentifier.hxx | 267 ::rtl::OUString m_aObjectCID;
|
Completed in 34 milliseconds