Home
last modified time | relevance | path

Searched refs:ApiCellRangeList (Results 1 – 11 of 11) sorted by relevance

/trunk/main/oox/inc/oox/xls/
H A Daddressconverter.hxx43 class ApiCellRangeList : public ::std::vector< ::com::sun::star::table::CellRangeAddress > class
46 inline explicit ApiCellRangeList() {} in ApiCellRangeList() function in oox::xls::ApiCellRangeList
596 const ApiCellRangeList& rRanges,
609 ApiCellRangeList& orRanges,
627 ApiCellRangeList& orRanges,
647 ApiCellRangeList& orRanges,
H A Dworksheethelper.hxx154 ApiCellRangeList maRanges;
215 getCellRangeList( const ApiCellRangeList& rRanges ) const;
281 …void setLabelRanges( const ApiCellRangeList& rColRanges, const ApiCellRangeList& rR…
H A Dformulabase.hxx696 const ApiCellRangeList& rRanges,
724 ::rtl::OUString generateApiRangeListString( const ApiCellRangeList& rRanges ) const;
826 ApiCellRangeList& orRanges,
H A Dcondformatbuffer.hxx109 ApiCellRangeList maRanges; /// Cell ranges for this conditional format.
140 inline const ApiCellRangeList& getRanges() const { return maModel.maRanges; } in getRanges()
H A Dviewsettings.hxx42 ApiCellRangeList maSelection; /// Selected cell ranges.
/trunk/main/oox/source/xls/
H A Daddressconverter.cxx112 CellAddress ApiCellRangeList::getBaseAddress() const in getBaseAddress()
703 bool AddressConverter::checkCellRangeList( const ApiCellRangeList& rRanges, bool bAllowOverflow, bo… in checkCellRangeList()
705 …for( ApiCellRangeList::const_iterator aIt = rRanges.begin(), aEnd = rRanges.end(); aIt != aEnd; ++… in checkCellRangeList()
711 void AddressConverter::validateCellRangeList( ApiCellRangeList& orRanges, bool bTrackOverflow ) in validateCellRangeList()
718 void AddressConverter::convertToCellRangeList( ApiCellRangeList& orRanges, in convertToCellRangeList()
732 void AddressConverter::convertToCellRangeList( ApiCellRangeList& orRanges, in convertToCellRangeList()
H A Dworksheethelper.cxx245 Reference< XSheetCellRanges > getCellRangeList( const ApiCellRangeList& rRanges ) const;
502 Reference< XSheetCellRanges > WorksheetGlobals::getCellRangeList( const ApiCellRangeList& rRanges )… in getCellRangeList()
1421 Reference< XSheetCellRanges > WorksheetHelper::getCellRangeList( const ApiCellRangeList& rRanges ) … in getCellRangeList()
1556 void WorksheetHelper::setLabelRanges( const ApiCellRangeList& rColRanges, const ApiCellRangeList& r… in setLabelRanges()
1566 …for( ApiCellRangeList::const_iterator aIt = rColRanges.begin(), aEnd = rColRanges.end(); aIt != aE… in setLabelRanges()
1589 …for( ApiCellRangeList::const_iterator aIt = rRowRanges.begin(), aEnd = rRowRanges.end(); aIt != aE… in setLabelRanges()
H A Dformulabase.cxx1388 TokenToRangeListState lclProcessRef( ApiCellRangeList& orRanges, const Any& rData, bool bAllowRelat… in lclProcessRef()
1474 OUString FormulaProcessorBase::generateRangeList2dString( const ApiCellRangeList& rRanges, in generateRangeList2dString()
1478 …for( ApiCellRangeList::const_iterator aIt = rRanges.begin(), aEnd = rRanges.end(); aIt != aEnd; ++… in generateRangeList2dString()
1509 OUString FormulaProcessorBase::generateApiRangeListString( const ApiCellRangeList& rRanges ) const in generateApiRangeListString()
1512 …for( ApiCellRangeList::const_iterator aIt = rRanges.begin(), aEnd = rRanges.end(); aIt != aEnd; ++… in generateApiRangeListString()
1592 ApiCellRangeList aRanges; in extractCellRange()
1602 void FormulaProcessorBase::extractCellRangeList( ApiCellRangeList& orRanges, in extractCellRangeList()
H A Ddefnamesbuffer.cxx555 ApiCellRangeList aPrintRanges; in convertFormula()
564 ApiCellRangeList aTitleRanges; in convertFormula()
571 …for( ApiCellRangeList::const_iterator aIt = aTitleRanges.begin(), aEnd = aTitleRanges.end(); (aIt … in convertFormula()
H A Dworksheetfragment.cxx1135 ApiCellRangeList aColRanges, aRowRanges; in importLabelRanges()
1145 ApiCellRangeList aRanges; in importMergedCells()
1147 …for( ApiCellRangeList::const_iterator aIt = aRanges.begin(), aEnd = aRanges.end(); aIt != aEnd; ++… in importMergedCells()
H A Dexcelchartconverter.cxx88 ApiCellRangeList aRanges; in createDataSequence()

Completed in 73 milliseconds