| /aoo4110/main/chart2/source/tools/ | 
| H A D | TitleHelper.cxx | 133     uno::Reference< XTitled > xTitled( lcl_getTitleParent( nTitleIndex, xModel ) );  in getTitle()  local134     if( xTitled.is())  in getTitle()
 135         return xTitled->getTitleObject();  in getTitle()
 147     uno::Reference< XTitled > xTitled( lcl_getTitleParent( eTitleType, xModel ) );  in createTitle()  local
 149     if( !xTitled.is() )  in createTitle()
 168             xTitled = lcl_getTitleParent( eTitleType, xModel );  in createTitle()
 172     if(xTitled.is())  in createTitle()
 210             xTitled->setTitleObject( xTitle );  in createTitle()
 341     uno::Reference< XTitled > xTitled( lcl_getTitleParent( nTitleIndex, xModel ) );  in removeTitle()  local
 342     if( xTitled.is())  in removeTitle()
 [all …]
 
 | 
| H A D | ReferenceSizeProvider.cxx | 72     const Reference< XTitled > & xTitled )  in impl_setValuesAtTitled()74     if( xTitled.is())  in impl_setValuesAtTitled()
 76         Reference< XTitle > xTitle( xTitled->getTitleObject());  in impl_setValuesAtTitled()
 223     const Reference< XTitled > & xTitled,  in impl_getAutoResizeFromTitled()
 226     if( xTitled.is())  in impl_getAutoResizeFromTitled()
 228         Reference< beans::XPropertySet > xProp( xTitled->getTitleObject(), uno::UNO_QUERY );  in impl_getAutoResizeFromTitled()
 280         Reference< XTitled > xTitled( aAxes[i], uno::UNO_QUERY );  in getAutoResizeState()  local
 281         if( xTitled.is())  in getAutoResizeState()
 283             impl_getAutoResizeFromTitled( xTitled, eResult );  in getAutoResizeState()
 
 | 
| H A D | DiagramHelper.cxx | 182                                     Reference< XTitled > xTitled( xAxis, uno::UNO_QUERY );  in setVertical()  local183                                     if( xTitled.is())  in setVertical()
 185 …         Reference< beans::XPropertySet > xTitleProps( xTitled->getTitleObject(), uno::UNO_QUERY );  in setVertical()
 
 | 
| /aoo4110/main/reportdesign/source/ui/inspection/ | 
| H A D | DataProviderHandler.cxx | 250     uno::Reference<chart2::XTitled> xTitled(m_xChartModel,uno::UNO_QUERY);  in impl_updateChartTitle_throw()  local251     if ( xTitled.is() )  in impl_updateChartTitle_throw()
 253         uno::Reference<chart2::XTitle> xTitle = xTitled->getTitleObject();  in impl_updateChartTitle_throw()
 257             xTitled->setTitleObject(xTitle);  in impl_updateChartTitle_throw()
 
 | 
| /aoo4110/main/chart2/source/inc/ | 
| H A D | ReferenceSizeProvider.hxx | 126             ::com::sun::star::chart2::XTitled > & xTitled );129             ::com::sun::star::chart2::XTitled > & xTitled,
 
 | 
| /aoo4110/main/oox/source/drawingml/chart/ | 
| H A D | chartspaceconverter.cxx | 128             Reference< XTitled > xTitled( getChartDocument(), UNO_QUERY_THROW );  in convertFromModel()  local130             aTitleConv.convertFromModel( xTitled, aAutoTitle, OBJECTTYPE_CHARTTITLE );  in convertFromModel()
 
 | 
| H A D | axisconverter.cxx | 337             Reference< XTitled > xTitled( xAxis, UNO_QUERY_THROW );  in convertFromModel()  local339 …aTitleConv.convertFromModel( xTitled, CREATE_OUSTRING( "Axis Title" ), OBJECTTYPE_AXISTITLE, nAxes…  in convertFromModel()
 
 | 
| /aoo4110/main/sc/source/filter/excel/ | 
| H A D | xechart.cxx | 1435 XclExpChTextRef lclCreateTitle( const XclExpChRoot& rRoot, Reference< XTitled > xTitled, sal_uInt16…  in lclCreateTitle()  argument1438     if( xTitled.is() )  in lclCreateTitle()
 1439         xTitle = xTitled->getTitleObject();  in lclCreateTitle()
 3291     Reference< XTitled > xTitled( xAxis, UNO_QUERY );  in ConvertAxis()  local
 3292     rxChAxisTitle = lclCreateTitle( GetChRoot(), xTitled, nTitleTarget );  in ConvertAxis()
 3338         Reference< XTitled > xTitled( xChartDoc, UNO_QUERY );  in XclExpChChart()  local
 3339         mxTitle = lclCreateTitle( GetChRoot(), xTitled, EXC_CHOBJLINK_TITLE );  in XclExpChChart()
 
 | 
| H A D | xichart.cxx | 3665                 Reference< XTitled > xTitled( xAxis, UNO_QUERY_THROW );  in ConvertAxis()  local3667                 xTitled->setTitleObject( xTitle );  in ConvertAxis()
 3847         Reference< XTitled > xTitled( xChartDoc, UNO_QUERY_THROW );  in Convert()  local
 3849         xTitled->setTitleObject( xTitle );  in Convert()
 
 | 
| /aoo4110/main/xmloff/source/chart/ | 
| H A D | SchXMLChartContext.cxx | 1147         uno::Reference< chart2::XTitled > xTitled( xNewDoc, uno::UNO_QUERY );  in InitChart()  local1148         if( xTitled.is())  in InitChart()
 1149             xTitled->setTitleObject( 0 );  in InitChart()
 
 | 
| /aoo4110/main/chart2/source/controller/main/ | 
| H A D | ChartController_Window.cxx | 1233                         uno::Reference< XTitled > xTitled( xAxis, uno::UNO_QUERY );  in execute_Command()  local1234                         if( xTitled.is())  in execute_Command()
 1235 …    bHasTitle = ( TitleHelper::getCompleteString( xTitled->getTitleObject() ).isEmpty() == false );  in execute_Command()
 
 |