Home
last modified time | relevance | path

Searched refs:GetRange (Results 26 – 50 of 76) sorted by relevance

1234

/trunk/main/vcl/inc/vcl/
H A Dslider.hxx110 Range GetRange() const { return Range( GetRangeMin(), GetRangeMax() ); } in GetRange() function in Slider
H A Dscrbar.hxx128 Range GetRange() const { return Range( GetRangeMin(), GetRangeMax() ); } in GetRange() function in ScrollBar
/trunk/main/sc/source/ui/inc/
H A Dtransobj.hxx88 const ScRange& GetRange() const { return aBlock; } in GetRange() function in ScTransferObj
H A Dimpex.hxx99 const ScRange& GetRange() const { return aRange; } in GetRange() function in ScImportExport
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx471 pTable->GetColArray()->GetRange( nOutStartCol, nOutEndCol ); in DoSubTotals()
472 pTable->GetRowArray()->GetRange( nOutStartRow, nOutEndRow ); in DoSubTotals()
2275 pTable->GetColArray()->GetRange( nOutStartCol, nOutEndCol ); in RepeatDB()
2276 pTable->GetRowArray()->GetRange( nOutStartRow, nOutEndRow ); in RepeatDB()
H A Dviewfun4.cxx180 AdjustRowHeight( nStartRow, aImpEx.GetRange().aEnd.Row() ); in PasteRTF()
696 GetRange( GetViewData()->GetTabNo(), aRect ); in PasteFile()
H A Dprevwsh.cxx935 long nHRange = pHorScroll->GetRange().Max(); in DoScroll()
938 long nVRange = pVerScroll->GetRange().Max(); in DoScroll()
/trunk/main/sc/inc/
H A Dfilter.hxx88 virtual ScRange GetRange() = 0;
H A Dolinetab.hxx115 void GetRange( SCCOLROW& rStart, SCCOLROW& rEnd ) const;
H A Dattrib.hxx187 const ScRange& GetRange() const { return aRange; } in GetRange() function in ScRangeItem
/trunk/main/tools/inc/tools/
H A Dmultisel.hxx108 …const Range& GetRange( sal_uIntPtr nRange ) const { return *(const Range*)aSels.GetObject(nRange);… in GetRange() function in MultiSelection
/trunk/main/extensions/source/scanner/
H A Dsane.hxx149 int GetRange( int, double*& );
/trunk/main/sc/source/ui/drawfunc/
H A Dfutext3.cxx236 ScRange aDrawRange = rDoc.GetRange( rPos.Tab(), aOldRect ); in StopDragMode()
/trunk/main/sc/source/ui/docshell/
H A Dservobj.cxx242 ScRange aNewRange = ((const ScAreaChangedHint&)rHint).GetRange(); in Notify()
/trunk/main/sc/source/filter/html/
H A Dhtmlexp2.cxx97 ScRange aR = pDoc->GetRange( nTab, aObjRect ); in FillGraphList()
H A Dhtmlimp.cxx64 ScRange aR = aImp.GetRange(); in ScImportHTML()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx140 const ScRange& GetRange() const { return aRange; } in GetRange() function in ScNamedEntry
1523 if ( aRanges.UpdateReference( rRef.GetMode(), pDoc, rRef.GetRange(), in Notify()
4294 if ( rNamedEntries[n]->GetRange() == rRange ) in lcl_RemoveNamedEntry()
4511 const ScRange& rComp = rNamedEntries[n]->GetRange(); in lcl_FindRangeOrEntry()
4559 aDiff.Append( aNamedEntries[n]->GetRange() ); in removeByName()
4635 if (rNamedEntries[i]->GetRange() == rRange) in lcl_FindEntryName()
8875 const ScRange& rRange = GetRange(); in getName()
8917 const ScRange& rRange = GetRange(); in SetOnePropertyValue()
8976 const ScRange& rRange = GetRange(); in GetOnePropertyValue()
9062 const ScRange& rRange = GetRange(); in SetOnePropertyValue()
[all …]
/trunk/main/sc/source/core/data/
H A Ddocumen3.cxx1532 ScRange aRange = pPair->GetRange(0); in GetFormulaEntries()
1648 ScRange ScDocument::GetRange( SCTAB nTab, const Rectangle& rMMRect ) in GetRange() function in ScDocument
1721 aEmbedRange = GetRange( nVisibleTab, rRect ); in SetEmbedded()
H A Dcell2.cxx877 if ( pR->GetRange(1).aStart.Row() == nRow1 ) in UpdateReference()
893 if ( pR->GetRange(1).aStart.Col() == nCol1 ) in UpdateReference()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationpages.cxx282 m_aCurrentProgress.SetValue( m_aCurrentProgress.GetRange() ); in endObject()
/trunk/main/svx/inc/svx/
H A Dctredlin.hxx251 String GetRange() const;
/trunk/main/sw/source/core/doc/
H A Dacmplwrd.cxx397 sal_Bool SwAutoCompleteWord::GetRange( const String& rWord, sal_uInt16& rStt, in GetRange() function in SwAutoCompleteWord
/trunk/main/svtools/source/brwbox/
H A Dbrwbox3.cxx524 const Range& rRange = pColumnSel->GetRange( nRange ); in GetAllSelectedColumns()
/trunk/main/sd/source/ui/view/
H A Doutlnvsh.cxx1153 long nRange = pHScroll->GetRange().Len(); in VirtHScrollHdl()
1183 long nRange = pVScroll->GetRange().Len(); in VirtVScrollHdl()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx3060 const ScRange& rNameRange = pR->GetRange(0); in IsColRowName()
5270 if ( pR->GetRange(0).In( aLook ) ) in HandleSingleRef()
5273 aRange = pR->GetRange(1); in HandleSingleRef()
5316 const ScRange& rRange = pR->GetRange(1); in HandleSingleRef()
5348 const ScRange& rRange = pR->GetRange(1); in HandleSingleRef()

Completed in 197 milliseconds

1234