Searched refs:C40_GETPOS (Results 1 – 10 of 10) sorted by relevance
| /trunk/main/sw/source/core/doc/ |
| H A D | tblrwcl.cxx | 507 rCpyPara.nInsPos = pFndLn->GetLine()->GetTabBoxes().C40_GETPOS( SwTableBox, pBox ); in lcl_InsCol() 640 aCpyPara.nInsPos = GetTabLines().C40_GETPOS( SwTableLine, pLine ); in _InsertRow() 644 aCpyPara.nInsPos = pFndBox->GetBox()->GetTabLines().C40_GETPOS( SwTableLine, pLine ); in _InsertRow() 829 sal_uInt16 nDelPos = rTblBoxes.C40_GETPOS( SwTableBox, pBox ); in _DeleteBox() 937 nDelPos = rTbl.GetTabLines().C40_GETPOS( SwTableLine, pLine ); in _DeleteBox() 946 nDelPos = pBox->GetTabLines().C40_GETPOS( SwTableLine, pLine ); in _DeleteBox() 1018 sal_uInt16 nDelPos = rTblBoxes.C40_GETPOS( SwTableBox, pUpperBox ); in lcl_SaveUpperLowerBorder() 1217 sal_uInt16 nBoxPos = pInsLine->GetTabBoxes().C40_GETPOS( SwTableBox, pSelBox ); in OldSplitRow() 1341 sal_uInt16 nBoxPos = pInsLine->GetTabBoxes().C40_GETPOS( SwTableBox, pSelBox ); in SplitCol() 1525 if( 0 != ( nPos = pBoxes->C40_GETPOS( SwTableBox, pFndBox )) ) in lcl_Merge_MoveBox() [all …]
|
| H A D | tblcpy.cxx | 200 sal_uInt16 nStartLn = rTable.GetTabLines().C40_GETPOS( SwTableLine, pLine ); in TableStructure() 205 nEndLn = rTable.GetTabLines().C40_GETPOS( SwTableLine, pLine ); in TableStructure() 819 sal_uInt16 nPos = GetTabLines().C40_GETPOS( SwTableLine, pNxtLine ); in InsTable() 872 sal_uInt16 nSttBox = pSttLine->GetTabBoxes().C40_GETPOS( SwTableBox, pSttBox ); in InsTable() 873 sal_uInt16 nSttLine = GetTabLines().C40_GETPOS( SwTableLine, pSttLine ); in InsTable() 884 nSttLine = GetTabLines().C40_GETPOS( SwTableLine, pSttLine ); in InsTable() 905 nSttBox = pFLine->GetLine()->GetTabBoxes().C40_GETPOS( SwTableBox, pSttBox ); in InsTable() 951 nSttBox = pLine->GetTabBoxes().C40_GETPOS( SwTableBox, pSttBox ); in InsTable()
|
| H A D | gctable.cxx | 355 sal_uInt16 nInsPos = pInsLine->GetTabBoxes().C40_GETPOS( SwTableBox, rpBox ); in lcl_MergeGCBox()
|
| /trunk/main/sw/source/core/table/ |
| H A D | swnewtable.cxx | 505 nCheck = GetTabLines().C40_GETPOS( SwTableLine, pTmpL ); in CollectBoxSelection() 620 sal_uInt16 nCurrBox = pLine->GetTabBoxes().C40_GETPOS(SwTableBox, pBox ); in lcl_InsertPosition() 621 sal_uInt16 nCurrLine = rTable.GetTabLines().C40_GETPOS(SwTableLine, pLine ); in lcl_InsertPosition() 983 sal_uInt16 nFirstLn = GetTabLines().C40_GETPOS(SwTableLine, pFirstLn ); in _FindSuperfluousRows() 984 sal_uInt16 nLastLn = GetTabLines().C40_GETPOS(SwTableLine, pLastLn ); in _FindSuperfluousRows() 1024 sal_uInt16 nLine = rTable.GetTabLines().C40_GETPOS(SwTableLine, pMyUpper ); in FindStartOfRowSpan() 1054 sal_uInt16 nLine = rTable.GetTabLines().C40_GETPOS(SwTableLine, pMyUpper ); in FindEndOfRowSpan() 1078 sal_uInt16 nLine = rTable.GetTabLines().C40_GETPOS(SwTableLine, pMyUpper ); in lcl_getAllMergedBoxes() 1221 rTable.GetTabLines().C40_GETPOS( SwTableLine, pLine ) ); in lcl_SophisticatedFillLineIndices() 1317 const sal_uInt16 nStart = rTable.GetTabLines().C40_GETPOS( SwTableLine, pLine ); in lcl_CalculateSplitLineHeights() [all …]
|
| H A D | swtable.cxx | 888 sal_uInt16 nPos = rTblBoxes.C40_GETPOS( SwTableBox, pBox ); in lcl_ProcessBoxSet() 1387 sal_uInt16 nCurr = rLines.C40_GETPOS( SwTableLine, pCurrLine ); in NewSetTabCols()
|
| /trunk/main/sw/source/core/frmedt/ |
| H A D | tblsel.cxx | 1072 GetTabBoxes().C40_GETPOS( SwTableBox, pBox )+1; in GetMergeSel() 1116 C40_GETPOS( SwTableBox, pBox )+1; in GetMergeSel() 1175 C40_GETPOS( SwTableBox, pBox )+1; in GetMergeSel() 1411 sal_uInt16 nInsPos = pInsLine->GetTabBoxes().C40_GETPOS( SwTableBox, pTmpBox ); in GetMergeSel() 2241 sal_uInt16 nPos = rTable.GetTabLines().C40_GETPOS( SwTableLine, pTmpLine ); in SetTableLines() 2247 nPos = rTable.GetTabLines().C40_GETPOS( SwTableLine, pTmpLine ); in SetTableLines()
|
| /trunk/main/sw/source/core/undo/ |
| H A D | untbl.cxx | 1419 pTBoxes->Remove( pTBoxes->C40_GETPOS( SwTableBox, pBox ) ); in CreateNew() 1648 sal_uInt16 nLineNo = rTableLines.C40_GETPOS( SwTableLine, pLine ); in lcl_FindTableLine() 1702 sal_uInt16 nLineDiff = lcl_FindParentLines(rTbl,*pBox).C40_GETPOS(SwTableLine,pBoxLine); in SaveNewBoxes() 1711 C40_GETPOS( SwTableLine, pCheckLine ); in SaveNewBoxes() 1871 pTBoxes->Remove( pTBoxes->C40_GETPOS( SwTableBox, pCurrBox ) ); in UndoImpl() 2133 pTBoxes->Remove( pTBoxes->C40_GETPOS( SwTableBox, pBox ) ); in UndoImpl()
|
| /trunk/main/svl/inc/svl/ |
| H A D | svarray.hxx | 775 #define C40_GETPOS( c, r) GetPos( (c const *&) r ) macro
|
| /trunk/main/sw/source/core/docnode/ |
| H A D | ndtbl.cxx | 3246 aMsgHnt.nSplitLine = rTbl.GetTabLines().C40_GETPOS( SwTableLine, pLine ); in SplitTable() 3477 sal_uInt16 nLinePos = rTbl.GetTabLines().C40_GETPOS( SwTableLine, pLine ); in SplitTable()
|
| /trunk/main/sfx2/source/view/ |
| H A D | viewfrm.cxx | 272 sal_uInt16 nPos = C40_GETPOS( SfxViewFrame, pFrame ); in Notify()
|