Home
last modified time | relevance | path

Searched refs:C40_GETPOS (Results 1 – 10 of 10) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx829 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()
1525 if( 0 != ( nPos = pBoxes->C40_GETPOS( SwTableBox, pFndBox )) ) in lcl_Merge_MoveBox()
1597 if( 0 != ( nPos = pLines->C40_GETPOS( SwTableLine, pFndLn )) ) in lcl_Merge_MoveLine()
1631 if( 0 != ( nPos = pLines->C40_GETPOS( SwTableLine, pFndLn )) ) in lcl_Merge_MoveLine()
1669 C40_GETPOS( SwTableBox, pULPara->pRightBox ); in lcl_Merge_MoveLine()
1710 if( 0 != ( nPos = pLines->C40_GETPOS( SwTableLine, pFndLn )) ) in lcl_Merge_MoveLine()
1798 sal_uInt16 nInsPos = pLines->C40_GETPOS( SwTableLine, pNewLine ); in OldMerge()
4241 sal_uInt16 nPos = pLines->C40_GETPOS( SwTableLine, pLine ); in lcl_InsDelSelLine()
[all …]
H A Dtblcpy.cxx200 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 Dgctable.cxx355 sal_uInt16 nInsPos = pInsLine->GetTabBoxes().C40_GETPOS( SwTableBox, rpBox ); in lcl_MergeGCBox()
/trunk/main/sw/source/core/table/
H A Dswnewtable.cxx620 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()
1373 sal_uInt16 nPos = rTable.GetTabLines().C40_GETPOS( SwTableLine, pLine ); in lcl_LineIndex()
1564 sal_uInt16 nLinePos = GetTabLines().C40_GETPOS(SwTableLine, pLine); in PrepareDelBoxes()
[all …]
H A Dswtable.cxx888 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 Dtblsel.cxx1072 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 Duntbl.cxx1419 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 Dsvarray.hxx775 #define C40_GETPOS( c, r) GetPos( (c const *&) r ) macro
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx3246 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 Dviewfrm.cxx272 sal_uInt16 nPos = C40_GETPOS( SfxViewFrame, pFrame ); in Notify()

Completed in 138 milliseconds