/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLExportIterator.cxx | 213 : aRangeList() in ScMyMergedRangesContainer() 231 aRangeList.push_back( aRange ); in AddRange() 238 aRangeList.push_back(aRange); in AddRange() 245 if( !aRangeList.empty() ) in GetFirstAddress() 256 ScMyMergedRangeList::iterator aItr(aRangeList.begin()); in SetCellData() 257 if( aItr != aRangeList.end() ) in SetCellData() 274 aRangeList.erase(aItr); in SetCellData() 281 ScMyMergedRangeList::iterator aItr = aRangeList.begin(); in SkipTable() 282 while( (aItr != aRangeList.end()) && (aItr->aCellRange.Sheet == nSkip) ) in SkipTable() 283 aItr = aRangeList.erase(aItr); in SkipTable() [all …]
|
H A D | xmltabi.cxx | 368 uno::Sequence< table::CellRangeAddress > aRangeList; in EndElement() local 369 …ScRangeStringConverter::GetRangeListFromString( aRangeList, sPrintRanges, pDoc, ::formula::Formula… in EndElement() 370 xPrintAreas->setPrintAreas( aRangeList ); in EndElement()
|
H A D | XMLExportIterator.hxx | 139 ScMyMergedRangeList aRangeList; member in ScMyMergedRangesContainer
|
H A D | xmlimprt.cxx | 2154 ScRangeList aRangeList; in SetChangeTrackingViewSettings() local 2156 aRangeList, sRanges, GetDocument(), FormulaGrammar::CONV_OOO); in SetChangeTrackingViewSettings() 2157 pViewSettings->SetTheRangeList(aRangeList); in SetChangeTrackingViewSettings()
|
H A D | xmlexprt.cxx | 1468 uno::Sequence< table::CellRangeAddress > aRangeList( xPrintAreas->getPrintAreas() ); in GetColumnRowHeader() local 1469 …ScRangeStringConverter::GetStringFromRangeList( rPrintRanges, aRangeList, pDoc, FormulaGrammar::CO… in GetColumnRowHeader()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | chgviset.cxx | 49 aRangeList =r.aRangeList; in ScChangeViewSettings() 72 aRangeList =r.aRangeList; in operator =()
|
H A D | charthelper.cxx | 445 ScRangeList aRangeList( rRangesVector[ nRangeList++ ] ); in CreateProtectedChartListenersAndNotify() local 446 ScRangeListRef rRangeList( new ScRangeList( aRangeList ) ); in CreateProtectedChartListenersAndNotify()
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | anyrefdg.cxx | 138 ScRangeList aRangeList; in ShowSimpleReference() local 143 if( ParseWithNames( aRangeList, rStr, pDoc ) ) in ShowSimpleReference() 145 ScRange* pRangeEntry = aRangeList.First(); in ShowSimpleReference() 153 pRangeEntry = aRangeList.Next(); in ShowSimpleReference() 314 ScRangeList aRangeList; in ReleaseFocus() local 315 if( ParseWithNames( aRangeList, pRefEdit->GetText(), pDoc ) ) in ReleaseFocus() 317 const ScRange* pRange = aRangeList.GetObject( 0 ); in ReleaseFocus()
|
H A D | acredlin.cxx | 297 aRangeList=aChangeViewSet.GetTheRangeList(); in Init() 394 ScRange* pRangeEntry=aRangeList.First(); in IsValidAction() 399 pRangeEntry=aRangeList.Next(); in IsValidAction() 520 ScRange* pRangeEntry=aRangeList.First(); in InsertChangeAction() 525 pRangeEntry=aRangeList.Next(); in InsertChangeAction() 590 ScRange* pRangeEntry=aRangeList.First(); in InsertFilteredAction() 595 pRangeEntry=aRangeList.Next(); in InsertFilteredAction() 719 ScRange* pRangeEntry=aRangeList.First(); in InsertChangeActionContent() 724 pRangeEntry=aRangeList.Next(); in InsertChangeActionContent() 1038 aRangeList.Clear(); in IMPL_LINK() [all …]
|
/aoo41x/main/sc/source/ui/app/ |
H A D | inputwin.cxx | 391 ScRangeList aRangeList; in Select() local 392 const sal_Bool bDataFound = pViewSh->GetAutoSumArea( aRangeList ); in Select() 395 const sal_Bool bSubTotal( UseSubTotal( &aRangeList ) ); in Select() 396 … pViewSh->EnterAutoSum( aRangeList, bSubTotal ); // Block mit Summen fuellen in Select() 411 const ScRangeList aRangeList; in Select() local 412 … const String aFormula = pViewSh->GetAutoSumFormula( aRangeList, bSubTotal ); in Select() 421 ScRangeList aRangeList; in Select() local 422 const sal_Bool bDataFound = pViewSh->GetAutoSumArea( aRangeList ); in Select() 423 const sal_Bool bSubTotal( UseSubTotal( &aRangeList ) ); in Select() 424 const String aFormula = pViewSh->GetAutoSumFormula( aRangeList, bSubTotal ); in Select()
|
/aoo41x/main/sc/inc/ |
H A D | chgviset.hxx | 50 ScRangeList aRangeList; member in ScChangeViewSettings 122 const ScRangeList& GetTheRangeList()const {return aRangeList;} in GetTheRangeList() 123 void SetTheRangeList(const ScRangeList& aRl){aRangeList=aRl;} in SetTheRangeList()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | xename.cxx | 631 ScRangeList aRangeList; in CreateBuiltInNames() local 639 aRangeList.Append( aRange ); in CreateBuiltInNames() 642 GetAddressConverter().ValidateRangeList( aRangeList, false ); in CreateBuiltInNames() 643 if( aRangeList.Count() > 0 ) in CreateBuiltInNames() 644 GetNameManager().InsertBuiltInName( EXC_BUILTIN_PRINTAREA, aRangeList ); in CreateBuiltInNames()
|
/aoo41x/main/sc/source/filter/html/ |
H A D | htmlimp.cxx | 224 ScRangeList aRangeList; in GetHTMLRangeNameList() local 243 if( pRangeData && pRangeData->IsReference( aRange ) && !aRangeList.In( aRange ) ) in GetHTMLRangeNameList() 246 aRangeList.Append( aRange ); in GetHTMLRangeNameList()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewfun3.cxx | 1073 ScRangeList aRangeList; in PasteFromClip() local 1077 aFilteredMark.FillRangeListWithMarks( &aRangeList, sal_False); in PasteFromClip() 1079 for (ScRange* p = aRangeList.First(); p; p = aRangeList.Next()) in PasteFromClip() 1138 aFilteredMark.FillRangeListWithMarks( &aRangeList, sal_True ); in PasteFromClip() 1170 aFilteredMark.FillRangeListWithMarks( &aRangeList, sal_True); in PasteFromClip() 1382 bSkipEmpty, (bMarkIsFiltered ? &aRangeList : NULL) ); in PasteFromClip()
|
H A D | viewfun2.cxx | 654 ScRangeList aRangeList; in AutoSum() local 656 if ( lcl_GetAutoSumForColumnRange( pDoc, aRangeList, aRange ) ) in AutoSum() 658 const String aFormula = GetAutoSumFormula( aRangeList, bSubTotal ); in AutoSum() 687 ScRangeList aRangeList; in AutoSum() local 689 if ( lcl_GetAutoSumForRowRange( pDoc, aRangeList, aRange ) ) in AutoSum() 691 const String aFormula = GetAutoSumFormula( aRangeList, bSubTotal ); in AutoSum()
|
H A D | tabview3.cxx | 2226 ScRangeList aRangeList; in DoChartSelection() local 2229 … aRangeList, rHilightRanges[i].RangeRepresentation, pDoc, pDoc->GetAddressConvention(), ';' )) in DoChartSelection() 2231 for ( ScRangePtr p = aRangeList.First(); p; p = aRangeList.Next()) in DoChartSelection()
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbaeventshelper.cxx | 385 ScRangeList aRangeList; in changesOccurred() local 399 aRangeList.Append( aRange ); in changesOccurred() 404 if( aRangeList.Count() > 0 ) in changesOccurred() 406 …erence< sheet::XSheetCellRangeContainer > xRanges( new ScCellRangesObj( mpDocShell, aRangeList ) ); in changesOccurred()
|
H A D | vbapagesetup.cxx | 77 ScRangeList aRangeList; in getPrintArea() local 82 aRangeList.Append( aRange ); in getPrintArea() 85 aRangeList.Format( aPrintArea, nFlags, pDoc, formula::FormulaGrammar::CONV_XL_A1, ',' ); in getPrintArea()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | viewuno.cxx | 956 ScRangeList aRangeList; in getSelection() local 957 aFilteredMark.FillRangeListWithMarks( &aRangeList, sal_False); in getSelection() 959 switch (aRangeList.Count()) in getSelection() 964 pObj = new ScCellRangesObj( pDocSh, aRangeList ); in getSelection() 968 const ScRange& rRange = *(aRangeList.GetObject(0)); in getSelection() 976 pObj = new ScCellRangesObj( pDocSh, aRangeList ); in getSelection()
|
H A D | docuno.cxx | 2738 ScRangeList aRangeList; in getCellRangesByName() local 2740 …if (ScRangeStringConverter::GetRangeListFromString( aRangeList, aRange, pDoc, ::formula::FormulaGr… in getCellRangesByName() 2742 sal_Int32 nCount = aRangeList.Count(); in getCellRangesByName() 2748 const ScRange* pRange = aRangeList.GetObject( nIndex ); in getCellRangesByName()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | highred.hxx | 91 ScRangeList aRangeList; member in ScHighlightChgDlg
|
H A D | acredlin.hxx | 140 ScRangeList aRangeList; member in ScAcceptChgDlg
|
/aoo41x/main/sc/source/core/data/ |
H A D | document.cxx | 4891 ScRangeList aRangeList; in ApplySelectionFrame() local 4892 rMark.FillRangeListWithMarks( &aRangeList, sal_False ); in ApplySelectionFrame() 4893 sal_uLong nRangeCount = aRangeList.Count(); in ApplySelectionFrame() 4900 ScRange aRange = *aRangeList.GetObject(j); in ApplySelectionFrame()
|