Searched refs:sChartNames (Results 1 – 1 of 1) sorted by relevance
73 uno::Sequence< rtl::OUString > sChartNames; in getChartObjectNames() local100 sChartNames.realloc( aChartNamesVector.size() ); in getChartObjectNames()104 sChartNames[index] = *it; in getChartObjectNames()110 return sChartNames; in getChartObjectNames()140 uno::Sequence< rtl::OUString > sChartNames = xTableCharts->getElementNames(); in Delete() local141 sal_Int32 ncount = sChartNames.getLength(); in Delete()143 removeByName(sChartNames[i]); in Delete()
Completed in 6 milliseconds