Searched refs:rComplexLabel (Results 1 – 4 of 4) sorted by relevance
845 void lcl_ApplyCellToComplexLabel( const SchXMLCell& rCell, Sequence< uno::Any >& rComplexLabel ) in lcl_ApplyCellToComplexLabel() argument849 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()
1660 void lcl_exportComplexLabel( const Sequence< uno::Any >& rComplexLabel, SvXMLExport& rExport ) in lcl_exportComplexLabel() argument1662 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() local1791 if( rComplexLabel.getLength()>0 ) in exportTable()1794 if( rComplexLabel[0] >>=fValue ) in exportTable()1844 const Sequence< uno::Any >& rComplexLabel = rComplexRowDescriptions[nC]; in exportTable() local1845 if( rComplexLabel.getLength()>0 ) in exportTable()1848 if( rComplexLabel[0] >>=fValue ) in exportTable()
200 …ernalData::setComplexColumnLabel( sal_Int32 nColumnIndex, const vector< uno::Any >& rComplexLabel ) in setComplexColumnLabel() argument209 m_aColumnLabels[nColumnIndex]=rComplexLabel; in setComplexColumnLabel()212 void InternalData::setComplexRowLabel( sal_Int32 nRowIndex, const vector< uno::Any >& rComplexLabel… in setComplexRowLabel() argument221 m_aRowLabels[nRowIndex] = rComplexLabel; in setComplexRowLabel()
52 …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 83 milliseconds