| /aoo4110/main/sc/source/filter/xml/ | 
| H A D | XMLStylesImportHelper.cxx | 85 void ScMyStyleRanges::AddRange(const ScRange& rRange, ScRangeList* pList,  in AddRange()  function in ScMyStyleRanges133 void ScMyStyleRanges::AddRange(const ScRange& rRange,  in AddRange()  function in ScMyStyleRanges
 143 			AddRange(rRange, pNumberList, pStyleName, nType, rImport, nMaxRanges);  in AddRange()
 150 			AddRange(rRange, pTextList, pStyleName, nType, rImport, nMaxRanges);  in AddRange()
 157 			AddRange(rRange, pTimeList, pStyleName, nType, rImport, nMaxRanges);  in AddRange()
 435 			aItr->xRanges->AddRange(rRange, pPrevStyleName, nPrevCellType,  in AddSingleRange()
 443 void ScMyStylesImportHelper::AddRange()  in AddRange()  function in ScMyStylesImportHelper
 480 void ScMyStylesImportHelper::AddRange(const ScRange& rRange)  in AddRange()  function in ScMyStylesImportHelper
 515 			AddRange();  in AddRange()
 531 	AddRange(aScRange);  in AddCell()
 [all …]
 
 | 
| H A D | XMLStylesImportHelper.hxx | 98 	void AddRange(const ScRange& rRange, ScRangeList* pList,115 	void AddRange(const ScRange& rRange,
 167 	void AddRange();
 182 	void AddRange(const ScRange& rRange);
 
 | 
| H A D | XMLStylesExportHelper.cxx | 634 void ScRowFormatRanges::AddRange(const sal_Int32 nPrevStartCol, const sal_Int32 nRepeat, const sal_…  in AddRange()  function in ScRowFormatRanges674 void ScRowFormatRanges::AddRange(ScMyRowFormatRange& rFormatRange,  in AddRange()  function in ScRowFormatRanges
 709 				AddRange(nPrevStartCol, nRepeat, nPrevIndex, bPrevAutoStyle, rFormatRange);  in AddRange()
 720 		AddRange(nPrevStartCol, nRepeat, nPrevIndex, bPrevAutoStyle, rFormatRange);  in AddRange()
 1033 				pRowFormatRanges->AddRange(aRange, nRow);  in GetFormatRanges()
 
 | 
| H A D | XMLStylesExportHelper.hxx | 163 	void AddRange(const sal_Int32 nPrevStartCol, const sal_Int32 nRepeat, const sal_Int32 nPrevIndex,174 	void AddRange(ScMyRowFormatRange& rFormatRange, const sal_Int32 nStartRow);
 
 | 
| H A D | XMLExportIterator.hxx | 145 	void						AddRange(const com::sun::star::table::CellRangeAddress aMergedRange);
 | 
| H A D | XMLExportIterator.cxx | 221 void ScMyMergedRangesContainer::AddRange(const table::CellRangeAddress aMergedRange)  in AddRange()  function in ScMyMergedRangesContainer
 | 
| H A D | xmlcelli.cxx | 1043 					rXMLImport.GetStylesImportHelper()->AddRange(aScRange);  in EndElement()
 | 
| H A D | xmlexprt.cxx | 2745 					pMergedRangesContainer->AddRange(aCellAddress2);  in GetMerged()
 | 
| /aoo4110/main/sc/source/ui/docshell/ | 
| H A D | pntlock.cxx | 46 void ScPaintLockData::AddRange( const ScRange& rRange, sal_uInt16 nP )  in AddRange()  function in ScPaintLockData
 | 
| H A D | docsh3.cxx | 130             pPaintLockData->AddRange( ScRange( nStartCol, nStartRow, nStartTab,  in PostPaint()
 | 
| /aoo4110/main/sc/source/ui/inc/ | 
| H A D | pntlock.hxx | 43 	void			AddRange( const ScRange& rRange, sal_uInt16 nP );
 | 
| /aoo4110/main/sc/source/ui/unoobj/ | 
| H A D | cellsuno.cxx | 1670 void ScCellRangesBase::AddRange(const ScRange& rRange, const sal_Bool bMergeRanges)  in AddRange()  function in ScCellRangesBase4287 	AddRange(aRange, bMergeRanges);  in addRangeAddress()
 4342         AddRange(*aNew.GetObject(j), sal_False);  in removeRangeAddress()
 4363 			AddRange(aRange, bMergeRanges);  in addRangeAddresses()
 
 | 
| /aoo4110/main/sc/inc/ | 
| H A D | cellsuno.hxx | 249 	void					AddRange(const ScRange& rRange, const sal_Bool bMergeRanges);
 |