Searched refs:nBaseWidth (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/sw/source/filter/xml/ |
H A D | xmltble.cxx | 581 sal_uInt32 nAbsWidth, sal_uInt32 nBaseWidth, in ExportTableLinesAutoStyles() argument 615 if( nBaseWidth ) in ExportTableLinesAutoStyles() 627 if( nBaseWidth ) in ExportTableLinesAutoStyles() 630 nColAbsWidth += (nBaseWidth/2UL); in ExportTableLinesAutoStyles() 631 nColAbsWidth /= nBaseWidth; in ExportTableLinesAutoStyles() 742 nAbsWidth, nBaseWidth, in ExportTableLinesAutoStyles() 764 sal_uInt32 nBaseWidth = 0UL; in ExportTableAutoStyles() local 771 nBaseWidth = nAbsWidth; in ExportTableAutoStyles() 785 ExportTableLinesAutoStyles( rTbl.GetTabLines(), nAbsWidth, nBaseWidth, in ExportTableAutoStyles()
|
H A D | xmlexp.hxx | 79 sal_uInt32 nBaseWidth,
|
/aoo41x/main/sw/inc/ |
H A D | tgrditem.hxx | 47 sal_uInt16 nBaseWidth; member in SwTextGridItem 95 sal_uInt16 GetBaseWidth() const { return nBaseWidth;} in GetBaseWidth() 96 void SetBaseWidth( sal_uInt16 nNew ) { nBaseWidth = nNew; } in SetBaseWidth()
|
/aoo41x/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 352 if( nBaseWidth != nTabWidth ) in GetAbsWidth() 355 nWidth /= nBaseWidth; in GetAbsWidth() 769 nInnerBorder(0), nBaseWidth(nBWidth), nHeadEndRow(USHRT_MAX), in SwWriteTable() 778 sal_uInt32 nParentWidth = nBaseWidth + nLeftSub + nRightSub; in SwWriteTable() 796 nInnerBorder(0), nBaseWidth(pLayoutInfo->GetWidthOption()), nHeadEndRow(0), in SwWriteTable()
|
/aoo41x/main/svx/source/dialog/ |
H A D | rubydialog.cxx | 868 long nBaseWidth = GetTextWidth(sBaseText); in Paint() local 879 sal_Bool bRubyStretch = nBaseWidth >= nRubyWidth; in Paint() 882 long nLeftStart = nCenter - (bRubyStretch ? (nBaseWidth / 2) : (nRubyWidth / 2)); in Paint() 883 long nRightEnd = nCenter + (bRubyStretch ? (nBaseWidth / 2) : (nRubyWidth / 2)); in Paint() 914 nOutTextWidth = nBaseWidth; in Paint()
|
/aoo41x/main/wizards/com/sun/star/wizards/form/ |
H A D | FormControlArranger.java | 193 int nBaseWidth = nFormWidth + cXOffset; in checkJustifiedPosition() local 194 int nLeftDist = m_maxPostionX - nBaseWidth; in checkJustifiedPosition() 195 int nRightDist = nBaseWidth - (DBControlList[a].getPosition().X - cHoriDistance); in checkJustifiedPosition()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 2186 nBaseWidth(400), bSnapToChars( 1 ), bSquaredMode(1) in SwTextGridItem() 2205 nBaseWidth == ((SwTextGridItem&)rAttr).GetBaseWidth() && in operator ==() 2225 nBaseWidth = rCpy.GetBaseWidth(); in operator =() 2261 rVal <<= (sal_Int32) TWIP_TO_MM100_UNSIGNED(nBaseWidth); in QueryValue() 2416 nBaseWidth = nBaseHeight; in SwitchPaperMode() 2425 nBaseWidth = nBaseHeight; in SwitchPaperMode() 2442 nBaseWidth = 400; in Init() 2453 nBaseWidth = 210; in Init()
|
/aoo41x/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 247 sal_uInt32 nBaseWidth; // Bezugsgroesse fur Breiten SwFmtFrmSize member in SwWriteTable 291 sal_uInt32 GetBaseWidth() const { return nBaseWidth; } in GetBaseWidth()
|
/aoo41x/main/oox/source/xls/ |
H A D | worksheetfragment.cxx | 621 sal_uInt16 nBaseWidth, nDefaultHeight, nFlags; in importSheetFormatPr() local 622 rStrm >> nDefaultWidth >> nBaseWidth >> nDefaultHeight >> nFlags; in importSheetFormatPr() 625 setBaseColumnWidth( nBaseWidth ); in importSheetFormatPr()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmltabw.cxx | 1024 sal_uInt16 nBaseWidth = (sal_uInt16)nWidth; in OutHTML_SwTblNode() local 1216 nBaseWidth, bRelWidths, rTbl.GetRowsToRepeat() ); in OutHTML_SwTblNode()
|
Completed in 76 milliseconds