Home
last modified time | relevance | path

Searched refs:rComplexLabel (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx845 void lcl_ApplyCellToComplexLabel( const SchXMLCell& rCell, Sequence< uno::Any >& rComplexLabel ) in lcl_ApplyCellToComplexLabel() argument
849 rComplexLabel.realloc(1); in lcl_ApplyCellToComplexLabel()
850 rComplexLabel[0] = uno::makeAny( rCell.aString ); in lcl_ApplyCellToComplexLabel()
855 rComplexLabel.realloc( nCount ); in lcl_ApplyCellToComplexLabel()
857 rComplexLabel[nN] = uno::makeAny((*rCell.pComplexString)[nN]); in lcl_ApplyCellToComplexLabel()
861 rComplexLabel.realloc(1); in lcl_ApplyCellToComplexLabel()
862 rComplexLabel[0] = uno::makeAny( rCell.fValue ); in lcl_ApplyCellToComplexLabel()
H A DSchXMLExport.cxx1660 void lcl_exportComplexLabel( const Sequence< uno::Any >& rComplexLabel, SvXMLExport& rExport ) in lcl_exportComplexLabel() argument
1662 sal_Int32 nLength = rComplexLabel.getLength(); in lcl_exportComplexLabel()
1670 if( !(rComplexLabel[nN]>>=aString) ) in lcl_exportComplexLabel()
1790 const Sequence< uno::Any >& rComplexLabel = rComplexColumnDescriptions[nC]; in exportTable() local
1791 if( rComplexLabel.getLength()>0 ) in exportTable()
1794 if( rComplexLabel[0] >>=fValue ) in exportTable()
1844 const Sequence< uno::Any >& rComplexLabel = rComplexRowDescriptions[nC]; in exportTable() local
1845 if( rComplexLabel.getLength()>0 ) in exportTable()
1848 if( rComplexLabel[0] >>=fValue ) in exportTable()
/aoo4110/main/chart2/source/tools/
H A DInternalData.cxx200 …ernalData::setComplexColumnLabel( sal_Int32 nColumnIndex, const vector< uno::Any >& rComplexLabel ) in setComplexColumnLabel() argument
209 m_aColumnLabels[nColumnIndex]=rComplexLabel; in setComplexColumnLabel()
212 void InternalData::setComplexRowLabel( sal_Int32 nRowIndex, const vector< uno::Any >& rComplexLabel in setComplexRowLabel() argument
221 m_aRowLabels[nRowIndex] = rComplexLabel; in setComplexRowLabel()
/aoo4110/main/chart2/source/inc/
H A DInternalData.hxx52 …nLabel( sal_Int32 nColumnIndex, const ::std::vector< ::com::sun::star::uno::Any >& rComplexLabel );
53 …xRowLabel( sal_Int32 nRowIndex, const ::std::vector< ::com::sun::star::uno::Any >& rComplexLabel );

Completed in 118 milliseconds