Searched refs:nTopBorder (Results 1 – 9 of 9) sorted by relevance
/trunk/main/svtools/source/control/ |
H A D | taskmisc.cxx | 268 sal_Int32 nTopBorder; in ImplCascade() local 285 pTempWindow->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in ImplCascade() 286 while ( !nTopBorder ) in ImplCascade() 292 pTempWindow->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in ImplCascade() 294 if ( !nTopBorder ) in ImplCascade() 295 nTopBorder = 22; in ImplCascade() 296 nOff = nTopBorder; in ImplCascade()
|
/trunk/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() 725 else if (!pRow->nTopBorder || nTopBorder < pRow->nTopBorder) in FillTableRowsCols() 726 pRow->nTopBorder = nTopBorder; in FillTableRowsCols() 838 pRow->nTopBorder = 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 D | brdwin.cxx | 2035 sal_Int32 nTopBorder; in Resize() local 2052 nTopBorder, in Resize() 2138 sal_Int32 nTopBorder; 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() 2184 sal_Int32 nTopBorder; in InvalidateBorder() local 2187 mpBorderView->GetBorder( nLeftBorder, nTopBorder, nRightBorder, nBottomBorder ); in InvalidateBorder() 2188 if ( nLeftBorder || nTopBorder || nRightBorder || nBottomBorder ) in InvalidateBorder() [all …]
|
/trunk/main/sd/source/ui/slidesorter/view/ |
H A D | SlsLayouter.cxx | 349 sal_Int32 nTopBorder, in SetBorders() argument 356 if (nTopBorder >= 0) in SetBorders() 357 mpImplementation->mnRequestedTopBorder = nTopBorder; in SetBorders()
|
/trunk/main/sw/source/filter/html/ |
H A D | htmltabw.cxx | 597 if( pNextRow->bTopBorder && pNextRow->nTopBorder < nBorder2 ) in Write() 598 nBorder2 = pNextRow->nTopBorder; in Write() 604 pNextRow->nTopBorder = nBorder2; in Write()
|
/trunk/main/sd/source/core/ |
H A D | sdpage.cxx | 2970 long nTopBorder = rHandoutMaster.GetUppBorder(); in CalculateHandoutAreas() local 2973 …const long nHeaderFooterHeight = static_cast< long >( (aArea.Height() - nTopBorder - nLeftBorder) … in CalculateHandoutAreas() 2975 nTopBorder += nHeaderFooterHeight; in CalculateHandoutAreas() 2979 long nY = nGapH + nTopBorder; in CalculateHandoutAreas() 2982 aArea.Height() -= nGapH * 2 + nTopBorder + nBottomBorder; in CalculateHandoutAreas()
|
/trunk/main/sd/source/ui/slidesorter/inc/view/ |
H A D | SlsLayouter.hxx | 99 sal_Int32 nTopBorder, sal_Int32 nBottomBorder);
|
/trunk/main/starmath/inc/ |
H A D | document.hxx | 120 nTopBorder, member in SmDocShell
|
/trunk/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 127 sal_uInt16 nTopBorder; // Dicke der oberen/unteren Umrandugen member in SwWriteTableRow
|
Completed in 70 milliseconds