Searched refs:HasRowBreak (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/sc/source/ui/view/ |
H A D | cellsh.cxx | 716 if ( nPosY==0 || (pDoc->HasRowBreak(nPosY, nTab) & BREAK_MANUAL) ) in GetState() 726 if ( nPosY==0 || (pDoc->HasRowBreak(nPosY, nTab) & BREAK_MANUAL) == 0 ) in GetState()
|
H A D | gridwin2.cxx | 993 if (pDoc->HasRowBreak(nPagebreakBreak, nTab) & BREAK_MANUAL) in PagebreakMove() 1006 … bool bManualBreak = (pDoc->HasRowBreak(nPagebreakPrev, nTab) & BREAK_MANUAL); in PagebreakMove()
|
H A D | output.cxx | 493 nBreak = pDoc->HasRowBreak(i, nTab); in DrawGrid() 518 else if (pDoc->HasRowBreak(nYplus1, nTab)) in DrawGrid()
|
H A D | gridwin4.cxx | 1111 if (pDoc->HasRowBreak(nBreak, nTab) & BREAK_MANUAL) in DrawPagePreview()
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 3390 ScBreakType nBreak = pDoc->HasRowBreak(nStartRow, nTab); in getPropertyValue() 3395 ScBreakType nBreak = pDoc->HasRowBreak(nStartRow, nTab); in getPropertyValue()
|
H A D | cellsuno.cxx | 9163 ScBreakType nBreak = pDoc->HasRowBreak(nRow, nTab); in GetOnePropertyValue() 9168 ScBreakType nBreak = (pDoc->HasRowBreak(nRow, nTab) & BREAK_MANUAL); in GetOnePropertyValue()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 3307 pDoc->HasRowBreak(static_cast<SCROW>(nPos), nTab); in InsertPageBreak() 3371 nBreak = pDoc->HasRowBreak(static_cast<SCROW>(nPos), nTab); in RemovePageBreak()
|
/aoo4110/main/sc/inc/ |
H A D | document.hxx | 1382 SC_DLLPUBLIC ScBreakType HasRowBreak(SCROW nRow, SCTAB nTab) const;
|
/aoo4110/main/sc/source/core/data/ |
H A D | document.cxx | 3534 ScBreakType ScDocument::HasRowBreak(SCROW nRow, SCTAB nTab) const in HasRowBreak() function in ScDocument
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbarange.cxx | 4007 nBreak = pDoc->HasRowBreak(thisAddress.StartRow, thisAddress.Sheet); in getPageBreak()
|
Completed in 168 milliseconds