Home
last modified time | relevance | path

Searched refs:nAbs (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx1867 sal_uInt16 nAbs, nRel; in MakeTableBox() local
1868 pLayoutInfo->GetAvail( nLeftCol, nColSpan, nAbs, nRel ); in MakeTableBox()
1872 pCnts->GetTable()->MakeTable( pBox, nAbs, nRel, nLSpace, nRSpace, in MakeTableBox()
1915 sal_uInt16 nAbs, nRel; in MakeTableBox() local
1916 pLayoutInfo->GetAvail( nLeftCol, nColSpan, nAbs, nRel ); in MakeTableBox()
1922 pCnts->GetTable()->MakeTable( pBox, nAbs, nRel, nLSpace, in MakeTableBox()
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx1296 sal_uInt16 nAbs = 0, nRel = 0; in AutoLayoutPass2() local
1318 nAbs = nAbs + (sal_uInt16)pColumn->GetAbsColWidth(); in AutoLayoutPass2()
1322 pColumn->SetAbsColWidth( nAbsTabWidth - nAbs ); in AutoLayoutPass2()
1330 sal_uInt16 nAbs = 0, nRel = 0; in AutoLayoutPass2() local
1355 nAbs = nAbs + (sal_uInt16)pColumn->GetAbsColWidth(); in AutoLayoutPass2()
1414 sal_uInt16 nAbs = 0, nRel = 0; in AutoLayoutPass2() local
1438 nAbs = nAbs + (sal_uInt16)nColMax; in AutoLayoutPass2()
1472 nAbs = nAbs + pColumn->GetAbsColWidth(); in AutoLayoutPass2()
1514 sal_uInt16 nAbs = 0, nRel = 0; in AutoLayoutPass2() local
1525 nAbs = nAbs + (sal_uInt16)nAbsColWidth; in AutoLayoutPass2()
[all …]
/trunk/main/vcl/source/control/
H A Dilstbox.cxx2137 long nAbs = -n; in ScrollHorz() local
2138 nDiff = - ( ( mnLeft > nAbs ) ? nAbs : mnLeft ); in ScrollHorz()
/trunk/main/sw/source/filter/xml/
H A Dxmlimpit.cxx257 sal_Int32 nAbs = 0; in PutXMLValue() local
262 bOk = rUnitConverter.convertMeasure( nAbs, rValue ); in PutXMLValue()
269 pLRSpace->SetTxtLeft( (sal_Int32)nAbs, (sal_uInt16)nProp ); in PutXMLValue()
272 pLRSpace->SetRight( (sal_Int32)nAbs, (sal_uInt16)nProp ); in PutXMLValue()
281 sal_Int32 nAbs = 0; in PutXMLValue() local
286 bOk = rUnitConverter.convertMeasure( nAbs, rValue, in PutXMLValue()
289 pLRSpace->SetTxtFirstLineOfst( (short)nAbs, (sal_uInt16)nProp ); in PutXMLValue()
313 sal_Int32 nAbs = 0; in PutXMLValue() local
318 bOk = rUnitConverter.convertMeasure( nAbs, rValue ); in PutXMLValue()
323 pULSpace->SetUpper( (sal_uInt16)nAbs, (sal_uInt16)nProp ); in PutXMLValue()
[all …]
H A Dxmliteme.cxx98 inline void SetAbsWidth( sal_uInt32 nAbs );
222 inline void SwXMLTableItemMapper_Impl::SetAbsWidth( sal_uInt32 nAbs ) in SetAbsWidth() argument
224 nAbsWidth = nAbs; in SetAbsWidth()

Completed in 57 milliseconds