Searched refs:nBottomBorder (Results 1 – 9 of 9) sorted by relevance
/aoo4110/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 70 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()
|
/aoo4110/main/vcl/source/window/ |
H A D | brdwin.cxx | 2037 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 …]
|
/aoo4110/main/svtools/source/control/ |
H A D | taskmisc.cxx | 270 sal_Int32 nBottomBorder; in ImplCascade() local 285 pTempWindow->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in ImplCascade() 292 pTempWindow->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in ImplCascade()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmltabw.cxx | 596 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()
|
/aoo4110/main/sd/source/ui/slidesorter/view/ |
H A D | SlsLayouter.cxx | 350 sal_Int32 nBottomBorder) in SetBorders() argument 358 if (nBottomBorder >= 0) in SetBorders() 359 mpImplementation->mnRequestedBottomBorder = nBottomBorder; in SetBorders()
|
/aoo4110/main/sd/source/ui/slidesorter/inc/view/ |
H A D | SlsLayouter.hxx | 99 sal_Int32 nTopBorder, sal_Int32 nBottomBorder);
|
/aoo4110/main/starmath/inc/ |
H A D | document.hxx | 121 nBottomBorder; member in SmDocShell
|
/aoo4110/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 128 sal_uInt16 nBottomBorder; member in SwWriteTableRow
|
/aoo4110/main/sd/source/core/ |
H A D | sdpage.cxx | 3025 long nBottomBorder = rHandoutMaster.GetLwrBorder(); in CalculateHandoutAreas() local 3030 nBottomBorder += nHeaderFooterHeight; in CalculateHandoutAreas() 3036 aArea.Height() -= nGapH * 2 + nTopBorder + nBottomBorder; in CalculateHandoutAreas()
|
Completed in 117 milliseconds