Home
last modified time | relevance | path

Searched refs:ContainerHelper (Results 26 – 50 of 100) sorted by relevance

1234

/trunk/main/chart2/source/view/axes/
H A DVCoordinateSystem.cxx236 …std::vector< Reference< beans::XPropertySet > > aSubGrids( ContainerHelper::SequenceToVector( xAxi… in getGridListFromAxis()
240 return ContainerHelper::ContainerToSequence( aRet ); in getGridListFromAxis()
/trunk/main/chart2/source/tools/
H A DDiagramHelper.cxx762 return ContainerHelper::ContainerToSequence( aResult ); in getDataSeriesGroups()
1249 return ContainerHelper::ContainerToSequence( aResult ); in getChartTypesFromDiagram()
1258 …::std::vector< ::rtl::OUString > aFirstRoles( ContainerHelper::SequenceToVector( xFirstType->getSu… in areChartTypesCompatible()
1259 …::std::vector< ::rtl::OUString > aSecondRoles( ContainerHelper::SequenceToVector( xSecondType->get… in areChartTypesCompatible()
H A DConfigColorScheme.cxx103 EnableNotification( ContainerHelper::ContainerToSequence( m_aPropertiesToNotify )); in addPropertyNotification()
/trunk/main/oox/source/drawingml/chart/
H A Dseriesconverter.cxx265 xDataSink->setData( ContainerHelper::vectorToSequence( aLabeledSeqVec ) ); in convertFromModel()
515 xDataSink->setData( ContainerHelper::vectorToSequence( aLabeledSeqVec ) ); in createDataSeries()
/trunk/main/chart2/source/controller/chartapiwrapper/
H A DAxisWrapper.cxx61 using namespace ::chart::ContainerHelper;
373 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DWallFloorWrapper.cxx78 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DAreaWrapper.cxx76 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DGridWrapper.cxx76 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
/trunk/main/oox/source/drawingml/
H A Dcolor.cxx231 …sal_Int32 nRgbValue = ContainerHelper::getVectorElement( StaticPresetColorsPool::get().maDmlColors… in getDmlPresetColor()
240 …sal_Int32 nRgbValue = ContainerHelper::getVectorElement( StaticPresetColorsPool::get().maVmlColors… in getVmlPresetColor()
/trunk/main/chart2/source/model/main/
H A DDiagram.cxx229 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
542 return ContainerHelper::ContainerToSequence( m_aCoordSystems ); in getCoordinateSystems()
H A DLayoutContainer.cxx118 return ContainerHelper::ContainerToSequence( m_aLayoutElements ); in getElementIdentifiers()
H A DFormattedString.cxx82 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DGridProperties.cxx114 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DPageBackground.cxx95 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DStockBar.cxx75 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DWall.cxx100 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
/trunk/main/oox/source/core/
H A Dfastparser.cxx93 const OUString* pNamespaceUrl = ContainerHelper::getMapElement( mrNamespaceMap, nNamespaceId ); in registerNamespace()
/trunk/main/chart2/source/model/filter/
H A DXMLFilter.cxx148 … aStorageArgs[2] <<= ::chart::ContainerHelper::ContainerToSequence( aPropertiesForStorage ); in lcl_getWriteStorage()
227 … aStorageArgs[2] <<= ::chart::ContainerHelper::ContainerToSequence( aPropertiesForStorage ); in lcl_getReadStorage()
/trunk/main/chart2/source/inc/
H A DContainerHelper.hxx35 namespace ContainerHelper namespace
/trunk/main/chart2/source/model/template/
H A DColumnChartType.cxx108 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DLineChartType.cxx118 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DBubbleChartType.cxx90 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
H A DPieChartType.cxx109 return ::chart::ContainerHelper::ContainerToSequence( aProperties ); in lcl_GetPropertySequence()
/trunk/main/oox/source/docprop/
H A Dooxmldocpropimport.cxx106 return ContainerHelper::vectorToSequence( aResult ); in lclGetRelatedStreams()
/trunk/main/oox/source/xls/
H A Dsheetdatabuffer.cxx702 sal_Int32 nTokenIndex = ContainerHelper::getMapElement( maSharedFormulas, rMapKey, -1 ); in resolveSharedFormula()
775 xCellRangeData->setDataArray( ContainerHelper::matrixToSequenceSequence( aErrorCells ) ); in finalizeTableOperation()

Completed in 153 milliseconds

1234