Home
last modified time | relevance | path

Searched defs:rComplexLabel (Results 1 – 3 of 3) sorted by relevance

/trunk/main/chart2/source/tools/
H A DInternalData.cxx204 …ernalData::setComplexColumnLabel( sal_Int32 nColumnIndex, const vector< uno::Any >& rComplexLabel ) in setComplexColumnLabel()
216 …id InternalData::setComplexRowLabel( sal_Int32 nRowIndex, const vector< uno::Any >& rComplexLabel ) in setComplexRowLabel()
/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx1661 void lcl_exportComplexLabel( const Sequence< uno::Any >& rComplexLabel, SvXMLExport& rExport ) in lcl_exportComplexLabel()
1791 const Sequence< uno::Any >& rComplexLabel = rComplexColumnDescriptions[nC]; in exportTable() local
1845 const Sequence< uno::Any >& rComplexLabel = rComplexRowDescriptions[nC]; in exportTable() local
H A DSchXMLTableContext.cxx844 void lcl_ApplyCellToComplexLabel( const SchXMLCell& rCell, Sequence< uno::Any >& rComplexLabel ) in lcl_ApplyCellToComplexLabel()