Home
last modified time | relevance | path

Searched refs:GetRightSpace (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sw/source/ui/table/
H A Dtabledlg.cxx115 sMsg += pRep->GetRightSpace(); in DbgTblRep()
577 pTblData->GetRightSpace()), FUNIT_TWIP); in Reset()
687 pTblData->GetRightSpace()), FUNIT_TWIP); in ActivatePage()
1298 pTblData->GetLeftSpace() - pTblData->GetRightSpace(); in DeactivatePage()
1305 pTblData->SetRightSpace(pTblData->GetRightSpace() + nDiff); in DeactivatePage()
1311 (-nDiff2 < pTblData->GetRightSpace() && - nDiff2 < pTblData->GetLeftSpace())) in DeactivatePage()
1313 pTblData->SetRightSpace(pTblData->GetRightSpace() + nDiff2); in DeactivatePage()
1318 if(pTblData->GetRightSpace() > pTblData->GetLeftSpace()) in DeactivatePage()
1332 pTblData->SetRightSpace(pTblData->GetRightSpace() + nDiff/2); in DeactivatePage()
1336 if(nDiff > pTblData->GetRightSpace()) in DeactivatePage()
H A Dswtablerep.cxx233 if(GetRightSpace() >= 0 && in FillTabCols()
/trunk/main/sw/inc/
H A Dpvprtdat.hxx47 sal_uLong GetRightSpace() const { return nRightSpace; } in GetRightSpace() function in SwPagePreViewPrtData
/trunk/main/sw/source/ui/inc/
H A Dswtablerep.hxx59 SwTwips GetRightSpace() const {return nRightSpace;} in GetRightSpace() function in SwTableRep
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx331 sal_uInt16 SwWriteTable::GetRightSpace( sal_uInt16 nCol, sal_uInt16 nColSpan ) const in GetRightSpace() function in SwWriteTable
358 nWidth -= GetLeftSpace( nCol ) + GetRightSpace( nCol, nColSpan ); in GetAbsWidth()
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx312 sal_uInt16 GetRightSpace( sal_uInt16 nCol, sal_uInt16 nColSpan ) const;
/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx486 nRSub = GetRightSpace( nCol, nColSpan ); in OutTableCell()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx422 aLRSpace.SetRight(pRep->GetRightSpace()); in ItemSetToTableParam()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx1088 aVal <<= (sal_Int32)TWIP_TO_MM100_UNSIGNED(aData.GetRightSpace()); in getPagePrintSettings()
3021 aRenderer[ nRenderDataIdxStart + 3 ].Value <<= pPagePrintSettings->GetRightSpace(); in getRenderer()

Completed in 61 milliseconds