Home
last modified time | relevance | path

Searched refs:nBottomBorder (Results 1 – 9 of 9) sorted by path

/trunk/main/sd/source/core/
H A Dsdpage.cxx2971 long nBottomBorder = rHandoutMaster.GetLwrBorder(); in CalculateHandoutAreas() local
2976 nBottomBorder += nHeaderFooterHeight; in CalculateHandoutAreas()
2982 aArea.Height() -= nGapH * 2 + nTopBorder + nBottomBorder; in CalculateHandoutAreas()
/trunk/main/sd/source/ui/slidesorter/inc/view/
H A DSlsLayouter.hxx99 sal_Int32 nTopBorder, sal_Int32 nBottomBorder);
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayouter.cxx350 sal_Int32 nBottomBorder) in SetBorders() argument
358 if (nBottomBorder >= 0) in SetBorders()
359 mpImplementation->mnRequestedBottomBorder = nBottomBorder; in SetBorders()
/trunk/main/starmath/inc/
H A Ddocument.hxx121 nBottomBorder; member in SmDocShell
/trunk/main/svtools/source/control/
H A Dtaskmisc.cxx270 sal_Int32 nBottomBorder; in ImplCascade() local
285 pTempWindow->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in ImplCascade()
292 pTempWindow->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in ImplCascade()
/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx596 sal_uInt16 nBorder2 = pRow->bBottomBorder ? pRow->nBottomBorder : USHRT_MAX; in Write()
601 pRow->nBottomBorder = nBorder2; in Write()
925 pRow2->nBottomBorder > DEF_LINE_WIDTH_1 ) in Write()
927 sal_uInt16 nCnt = (pRow2->nBottomBorder / DEF_LINE_WIDTH_1) - 1; in Write()
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx128 sal_uInt16 nBottomBorder; member in SwWriteTableRow
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx70 nTopBorder(USHRT_MAX), nBottomBorder(USHRT_MAX), bTopBorder(true), in SwWriteTableRow()
700 sal_uInt16 nTopBorder = USHRT_MAX, nBottomBorder = USHRT_MAX; in FillTableRowsCols() local
702 nRowSpan, nColSpan, nTopBorder, nBottomBorder); in FillTableRowsCols()
731 !pEndRow->nBottomBorder || in FillTableRowsCols()
732 nBottomBorder < pEndRow->nBottomBorder in FillTableRowsCols()
735 pEndRow->nBottomBorder = nBottomBorder; in FillTableRowsCols()
839 pRow->nBottomBorder = 0; in SwWriteTable()
882 sal_uInt16 nTopBorder = USHRT_MAX, nBottomBorder = USHRT_MAX; in SwWriteTable() local
885 nTopBorder, nBottomBorder ); in SwWriteTable()
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx2037 sal_Int32 nBottomBorder; in Resize() local
2050 mpBorderView->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in Resize()
2140 sal_Int32 nBottomBorder; in UpdateView() local
2152 mpBorderView->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in UpdateView()
2154 aSize.Height() += nTopBorder+nBottomBorder; in UpdateView()
2164 GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in UpdateView()
2168 aOutputSize.Height() += nTopBorder+nBottomBorder; in UpdateView()
2186 sal_Int32 nBottomBorder; in InvalidateBorder() local
2187 mpBorderView->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in InvalidateBorder()
2188 if ( nLeftBorder || nTopBorder || nRightBorder || nBottomBorder ) in InvalidateBorder()
[all …]

Completed in 65 milliseconds