Home
last modified time | relevance | path

Searched refs:pRanges (Results 51 – 58 of 58) sorted by relevance

123

/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx71 static sal_uInt16 pRanges[] = variable
456 return pRanges; in GetRanges()
H A Dpage.cxx129 static sal_uInt16 pRanges[] = variable
233 return pRanges; in GetRanges()
H A Dparagrph.cxx2288 static sal_uInt16 pRanges[] = in GetRanges() local
2293 return pRanges; in GetRanges()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx4354 const table::CellRangeAddress* pRanges = rRanges.getConstArray(); in addRangeAddresses() local
4355 for (sal_Int32 i = 0; i < rRanges.getLength(); i++, pRanges++) in addRangeAddresses()
4357 ScRange aRange(static_cast<SCCOL>(pRanges->StartColumn), in addRangeAddresses()
4358 static_cast<SCROW>(pRanges->StartRow), in addRangeAddresses()
4359 static_cast<SCTAB>(pRanges->Sheet), in addRangeAddresses()
4360 static_cast<SCCOL>(pRanges->EndColumn), in addRangeAddresses()
4361 static_cast<SCROW>(pRanges->EndRow), in addRangeAddresses()
4362 static_cast<SCTAB>(pRanges->Sheet)); in addRangeAddresses()
4380 const table::CellRangeAddress* pRanges = rRangeSeq.getConstArray(); in removeRangeAddresses() local
4381 for (sal_uInt32 i=0; i < nCount; ++i, ++pRanges) in removeRangeAddresses()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dviewfunc.hxx208 void SetWidthOrHeight( sal_Bool bWidth, SCCOLROW nRangeCnt, SCCOLROW* pRanges,
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx508 OUString *pRanges = aRanges.getArray(); in GetSubranges() local
515 pRanges[nCnt] = aRange; in GetSubranges()
524 pRanges[nCnt] = GetRangeRepFromTableAndCells( aTableName, in GetSubranges()
/trunk/main/reportdesign/source/ui/report/
H A DReportController.cxx2424 static sal_uInt16 pRanges[] = in openPageDialog() local
2436 ::std::auto_ptr<SfxItemSet> pDescriptor(new SfxItemSet(*pPool, pRanges)); in openPageDialog()
4261 static sal_uInt16 pRanges[] = in openZoomDialog() local
4271 ::std::auto_ptr<SfxItemSet> pDescriptor(new SfxItemSet(*pPool, pRanges)); in openZoomDialog()
/trunk/main/cui/source/options/
H A Doptlingu.cxx170 static sal_uInt16 pRanges[] = variable
1240 return pRanges; in GetRanges()

Completed in 122 milliseconds

123