Home
last modified time | relevance | path

Searched refs:aCID (Results 1 – 11 of 11) sorted by relevance

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChart2ModelContact.cxx243 …rtl::OUString aCID( ObjectIdentifier::createClassifiedIdentifierForObject( xLegend, m_xChartModel … in GetLegendSize() local
244 aSize = ToSize( pProvider->getRectangleOfObject( aCID ) ); in GetLegendSize()
257 aPoint = ToPoint( pProvider->getRectangleOfObject( aCID ) ); in GetLegendPosition()
269 …rtl::OUString aCID( ObjectIdentifier::createClassifiedIdentifierForObject( xTitle, m_xChartModel )… in GetTitleSize() local
270 aSize = ToSize( pProvider->getRectangleOfObject( aCID ) ); in GetTitleSize()
282 …rtl::OUString aCID( ObjectIdentifier::createClassifiedIdentifierForObject( xTitle, m_xChartModel )… in GetTitlePosition() local
283 aPoint = ToPoint( pProvider->getRectangleOfObject( aCID ) ); in GetTitlePosition()
295 …rtl::OUString aCID( ObjectIdentifier::createClassifiedIdentifierForObject( xAxis, m_xChartModel ) … in GetAxisSize() local
296 aSize = ToSize( pProvider->getRectangleOfObject( aCID ) ); in GetAxisSize()
308 …rtl::OUString aCID( ObjectIdentifier::createClassifiedIdentifierForObject( xAxis, m_xChartModel ) … in GetAxisPosition() local
[all …]
/trunk/main/chart2/source/controller/main/
H A DChartController_Tools.cxx639 rtl::OUString aCID( m_aSelection.getSelectedCID() ); in executeDispatch_Delete() local
640 if( !aCID.isEmpty() ) in executeDispatch_Delete()
642 if( !isObjectDeleteable( uno::Any( aCID ) ) ) in executeDispatch_Delete()
650 ObjectType aObjectType( ObjectIdentifier::getObjectType( aCID )); in executeDispatch_Delete()
661 ObjectIdentifier::getTitleTypeForCID( aCID ), getModel() ); in executeDispatch_Delete()
688 bReturn = lcl_deleteDataSeries( aCID, getModel(), m_xUndoManager ); in executeDispatch_Delete()
694 ObjectIdentifier::getFullParentParticle( aCID )); in executeDispatch_Delete()
727 bReturn = lcl_deleteDataCurve( aCID, getModel(), m_xUndoManager ); in executeDispatch_Delete()
733 ObjectIdentifier::getObjectPropertySet( aCID, getModel())); in executeDispatch_Delete()
756 ObjectIdentifier::getObjectPropertySet( aCID, getModel() )); in executeDispatch_Delete()
[all …]
H A DChartController_Position.cxx125 const ::rtl::OUString aCID( m_aSelection.getSelectedCID() ); in executeDispatch_PositionAndSize() local
127 if( aCID.isEmpty() ) in executeDispatch_PositionAndSize()
133 aSelectedSize = ToSize( ( pProvider->getRectangleOfObject( aCID ) ) ); in executeDispatch_PositionAndSize()
135 ObjectType eObjectType = ObjectIdentifier::getObjectType( aCID ); in executeDispatch_PositionAndSize()
H A DChartController_Window.cxx944 ::rtl::OUString aCID( m_aSelection.getSelectedCID() ); in execute_DoubleClick()
945 if ( !aCID.isEmpty() ) in execute_DoubleClick()
947 ObjectType eObjectType = ObjectIdentifier::getObjectType( aCID ); in execute_DoubleClick()
1619 ::rtl::OUString aCID; in requestQuickHelp()
1622 aCID = SelectionHelper::getHitObjectCID( in requestQuickHelp()
1625 bool bResult( !aCID.isEmpty() ); in requestQuickHelp()
1630 …rOutQuickHelpText = ObjectNameProvider::getHelpText( aCID, xChartModel, bIsBalloonHelp /* bVerbose… in requestQuickHelp()
1636 rOutEqualRect = pValueProvider->getRectangleOfObject( aCID, true ); in requestQuickHelp()
1704 ::rtl::OUString aCID( m_aSelection.getSelectedCID() ); in getSelection()
1705 if ( !aCID.isEmpty() ) in getSelection()
[all …]
H A DElementSelector.cxx81 ::rtl::OUString aCID = aOID.getObjectCID(); in lcl_addObjectsToList()
84 aEntry.UIName += ObjectNameProvider::getNameForCID( aCID, xChartDoc ); in lcl_addObjectsToList()
H A DChartController_Properties.cxx433 …rtl::OUString aCID( ObjectIdentifier::createClassifiedIdentifierForGrid( xAxis, xChartModel, nSubG… in lcl_getGridCIDForCommand() local
434 return aCID; in lcl_getGridCIDForCommand()
/trunk/main/chart2/source/tools/
H A DRangeHighlighter.cxx112 OUString aCID; in determineRanges() local
113 aSelection >>= aCID; in determineRanges()
114 if ( !aCID.isEmpty() ) in determineRanges()
116 ObjectType eObjectType = ObjectIdentifier::getObjectType( aCID ); in determineRanges()
117 sal_Int32 nIndex = ObjectIdentifier::getIndexFromParticleOrCID( aCID ); in determineRanges()
118 …e< chart2::XDataSeries > xDataSeries( ObjectIdentifier::getDataSeriesForCID( aCID, xChartModel ) ); in determineRanges()
121 OUString aParentParticel( ObjectIdentifier::getFullParentParticle( aCID ) ); in determineRanges()
138 …fillRangesForErrorBars( ObjectIdentifier::getObjectPropertySet( aCID, xChartModel ), xDataSeries ); in determineRanges()
150 …Reference< chart2::XAxis > xAxis( ObjectIdentifier::getObjectPropertySet( aCID, xChartModel ), uno… in determineRanges()
164 … Reference< chart2::XDiagram > xDia( ObjectIdentifier::getDiagramForCID( aCID, xChartModel ) ); in determineRanges()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleTextHelper.cxx68 OUString aCID; in initialize() local
74 aArguments[0] >>= aCID; in initialize()
78 OSL_ENSURE( !aCID.isEmpty(), "Empty CID" ); in initialize()
81 if( !xEventSource.is() || aCID.isEmpty() ) in initialize()
96 SdrObject * pTextObj = m_pDrawViewWrapper->getNamedSdrObject( aCID ); in initialize()
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx2149 …OUString aCID = ObjectIdentifier::createClassifiedIdentifierForParticles( rSeries.getSeriesParticl… in createLegendEntriesForSeries() local
2150 ShapeFactory::setShapeName( xShape, aCID ); in createLegendEntriesForSeries()
2177 …OUString aCID = ObjectIdentifier::createClassifiedIdentifierForParticles( rSeries.getSeriesParticl… in createLegendEntriesForSeries() local
2178 ShapeFactory::setShapeName( xShape, aCID ); in createLegendEntriesForSeries()
2224 …OUString aCID = ObjectIdentifier::createClassifiedIdentifierForParticles( rSeries.getSeriesParticl… in createLegendEntriesForSeries() local
2225 ShapeFactory::setShapeName( xShape, aCID ); in createLegendEntriesForSeries()
/trunk/main/sw/source/filter/html/
H A Dhtmlplug.cxx597 SvGlobalName aCID; in NewObject() local
598 if( aCID.MakeId( aClassID ) ) in NewObject()
603 bIsApplet = aJavaCID == aCID; in NewObject()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx1538 rtl::OUString aCID; //III in impl_createDiagramAndContent() local
1547 pSeriesPlotter->initPlotter( xSeriesTarget,xTextTargetShapes,m_xShapeFactory,aCID ); in impl_createDiagramAndContent()
2232 …rtl::OUString aCID( ObjectIdentifier::createClassifiedIdentifierForObject( xTitle, xChartModel ) ); in lcl_createTitle() local
2233 apVTitle->init(xPageShapes,xShapeFactory,aCID); in lcl_createTitle()
2407 …rtl::OUString aCID( ObjectIdentifier::createClassifiedIdentifier( OBJECTTYPE_PAGE, rtl::OUString()… in formatPage() local
2408 …Map.insert( tPropertyNameValueMap::value_type( C2U("Name"), uno::makeAny( aCID ) ) ); //CID rtl::O… in formatPage()

Completed in 83 milliseconds