Lines Matching refs:sal_Int32

96sal_Int32                                                                   m_nFootnoteFontId; // …
125 sal_Int32 GetFootnoteFontId() const { return m_nFootnoteFontId;} in GetFootnoteFontId()
126 void SetFootnoteFontId(sal_Int32 nSet) { m_nFootnoteFontId = nSet;} in SetFootnoteFontId()
143 sal_Int32 nSectionNumber;
157 sal_Int32 m_nBorderDistances[4];
158 sal_Int32 m_nBorderParams;
162 sal_Int32 m_nColumnDistance;
163 ::std::vector< sal_Int32 > m_aColWidth;
164 ::std::vector< sal_Int32 > m_aColDistance;
171 sal_Int32 m_nPageNumber;
172 sal_Int32 m_nBreakType;
173 sal_Int32 m_nPaperBin;
174 sal_Int32 m_nFirstPaperBin;
176 sal_Int32 m_nLeftMargin;
177 sal_Int32 m_nRightMargin;
178 sal_Int32 m_nTopMargin;
179 sal_Int32 m_nBottomMargin;
180 sal_Int32 m_nHeaderTop;
181 sal_Int32 m_nHeaderBottom;
183 sal_Int32 m_nDzaGutter;
187 sal_Int32 m_nGridType;
188 sal_Int32 m_nGridLinePitch;
189 sal_Int32 m_nDxtCharSpace;
192 sal_Int32 m_nLnnMod;
193 sal_Int32 m_nLnc;
194 sal_Int32 m_ndxaLnn;
195 sal_Int32 m_nLnnMin;
206 PropertyIds eMarginId, PropertyIds eDistId, sal_Int32 nDistance, sal_Int32 nOffsetFrom );
232 …void SetBorder( BorderPosition ePos, sal_Int32 nLineDistance, const ::com::sun::star::table::Borde…
233 void SetBorderParams( sal_Int32 nSet ) { m_nBorderParams = nSet; } in SetBorderParams()
236 void SetColumnDistance( sal_Int32 nDist ) { m_nColumnDistance = nDist; } in SetColumnDistance()
237 void AppendColumnWidth( sal_Int32 nWidth ) { m_aColWidth.push_back( nWidth ); } in AppendColumnWidth()
238 void AppendColumnSpacing( sal_Int32 nDist ) {m_aColDistance.push_back( nDist ); } in AppendColumnSpacing()
245 void SetPageNumber( sal_Int32 nSet ) { m_nPageNumber = nSet; } in SetPageNumber()
246 void SetBreakType( sal_Int32 nSet ) { m_nBreakType = nSet; } in SetBreakType()
247 void SetPaperBin( sal_Int32 nSet );
248 void SetFirstPaperBin( sal_Int32 nSet );
250 void SetLeftMargin( sal_Int32 nSet ) { m_nLeftMargin = nSet; } in SetLeftMargin()
251 void SetRightMargin( sal_Int32 nSet ) { m_nRightMargin = nSet; } in SetRightMargin()
252 void SetTopMargin( sal_Int32 nSet ) { m_nTopMargin = nSet; } in SetTopMargin()
253 void SetBottomMargin( sal_Int32 nSet ) { m_nBottomMargin = nSet; } in SetBottomMargin()
254 void SetHeaderTop( sal_Int32 nSet ) { m_nHeaderTop = nSet; } in SetHeaderTop()
255 void SetHeaderBottom( sal_Int32 nSet ) { m_nHeaderBottom = nSet; } in SetHeaderBottom()
258 void SetDzaGutter( sal_Int32 nSet ) {m_nDzaGutter = nSet; } in SetDzaGutter()
261 void SetGridType(sal_Int32 nSet) { m_nGridType = nSet; } in SetGridType()
262 void SetGridLinePitch( sal_Int32 nSet ) { m_nGridLinePitch = nSet; } in SetGridLinePitch()
263 void SetDxtCharSpace( sal_Int32 nSet ) { m_nDxtCharSpace = nSet; } in SetDxtCharSpace()
265 void SetLnnMod( sal_Int32 nValue ) { m_nLnnMod = nValue; } in SetLnnMod()
266 void SetLnc( sal_Int32 nValue ) { m_nLnc = nValue; } in SetLnc()
267 void SetdxaLnn( sal_Int32 nValue ) { m_ndxaLnn = nValue; } in SetdxaLnn()
268 void SetLnnMin( sal_Int32 nValue ) { m_nLnnMin = nValue; } in SetLnnMin()
274 sal_Int32 nValue );
286 sal_Int32 m_nDropCap; //drop, margin ST_DropCap
287 sal_Int32 m_nLines; //number of lines of the drop cap
288 sal_Int32 m_w; //width
289 sal_Int32 m_h; //height
290 sal_Int32 m_nWrap; // from ST_Wrap around, auto, none, notBeside, through, tight
291 sal_Int32 m_hAnchor; // page, from ST_HAnchor margin, page, text
292 sal_Int32 m_vAnchor; // around from ST_VAnchor margin, page, text
293 sal_Int32 m_x; //x-position
295 sal_Int32 m_y; //y-position
297 sal_Int32 m_hSpace; //frame padding h
298 sal_Int32 m_vSpace; //frame padding v
299 sal_Int32 m_hRule; // from ST_HeightRule exact, atLeast, auto
300 sal_Int32 m_xAlign; // from ST_XAlign center, inside, left, outside, right
301 sal_Int32 m_yAlign; // from ST_YAlign bottom, center, inline, inside, outside, top
321 void SetDropCap( sal_Int32 nSet ) { m_nDropCap = nSet; } in SetDropCap()
322 sal_Int32 GetDropCap()const { return m_nDropCap; } in GetDropCap()
324 void SetLines( sal_Int32 nSet ) { m_nLines = nSet; } in SetLines()
325 sal_Int32 GetLines() const { return m_nLines; } in GetLines()
327 void Setw( sal_Int32 nSet ) { m_w = nSet; } in Setw()
328 sal_Int32 Getw() const { return m_w; } in Getw()
330 void Seth( sal_Int32 nSet ) { m_h = nSet; } in Seth()
331 sal_Int32 Geth() const { return m_h; } in Geth()
333 void SetWrap( sal_Int32 nSet ) { m_nWrap = nSet; } in SetWrap()
334 sal_Int32 GetWrap() const { return m_nWrap; } in GetWrap()
336 void SethAnchor( sal_Int32 nSet ) { m_hAnchor = nSet; } in SethAnchor()
337 sal_Int32 GethAnchor() const { return m_hAnchor;} in GethAnchor()
339 void SetvAnchor( sal_Int32 nSet ) { m_vAnchor = nSet; } in SetvAnchor()
340 sal_Int32 GetvAnchor() const { return m_vAnchor; } in GetvAnchor()
342 void Setx( sal_Int32 nSet ) { m_x = nSet; m_bxValid = true;} in Setx()
343 sal_Int32 Getx() const { return m_x; } in Getx()
346 void Sety( sal_Int32 nSet ) { m_y = nSet; m_byValid = true;} in Sety()
347 sal_Int32 Gety()const { return m_y; } in Gety()
350 void SethSpace( sal_Int32 nSet ) { m_hSpace = nSet; } in SethSpace()
351 sal_Int32 GethSpace()const { return m_hSpace; } in GethSpace()
353 void SetvSpace( sal_Int32 nSet ) { m_vSpace = nSet; } in SetvSpace()
354 sal_Int32 GetvSpace()const { return m_vSpace; } in GetvSpace()
356 void SethRule( sal_Int32 nSet ) { m_hRule = nSet; } in SethRule()
357 sal_Int32 GethRule() const { return m_hRule; } in GethRule()
359 void SetxAlign( sal_Int32 nSet ) { m_xAlign = nSet; } in SetxAlign()
360 sal_Int32 GetxAlign()const { return m_xAlign; } in GetxAlign()
362 void SetyAlign( sal_Int32 nSet ) { m_yAlign = nSet; } in SetyAlign()
363 sal_Int32 GetyAlign()const { return m_yAlign; } in GetyAlign()
394 sal_Int32 mnCT_Spacing_line;
395 sal_Int32 mnCT_Spacing_lineRule;
399 sal_Int32 mnCT_TrPrBase_jc;
400 sal_Int32 mnCT_TcPrBase_vAlign;
402 sal_Int32 mnCT_TblWidth_w;
403 sal_Int32 mnCT_TblWidth_type;
416 sal_Int32 mnListId;
421 sal_Int32 mnNumId;
428 void SetCT_Spacing_line( sal_Int32 nSet ) in SetCT_Spacing_line()
430 void SetCT_Spacing_lineRule( sal_Int32 nSet ) in SetCT_Spacing_lineRule()
437 void SetCT_TrPrBase_jc( sal_Int32 nSet ) in SetCT_TrPrBase_jc()
439 void SetCT_TcPrBase_vAlign( sal_Int32 nSet ) in SetCT_TcPrBase_vAlign()
442 void SetCT_TblWidth_w( sal_Int32 nSet ) in SetCT_TblWidth_w()
444 void SetCT_TblWidth_type( sal_Int32 nSet ) in SetCT_TblWidth_type()
453 bool GetCT_Spacing_line( sal_Int32& rToFill) const in GetCT_Spacing_line()
459 bool GetCT_Spacing_lineRule(sal_Int32& rToFill) const in GetCT_Spacing_lineRule()
478 bool GetCT_TrPrBase_jc( sal_Int32& rToFill)const in GetCT_TrPrBase_jc()
484 bool GetCT_TcPrBase_vAlign( sal_Int32& rToFill)const in GetCT_TcPrBase_vAlign()
490 sal_Int32 GetListId() const { return mnListId; } in GetListId()
491 void SetListId(sal_Int32 nId) { mnListId = nId; } in SetListId()
503 sal_Int32 GetNumId() const { return mnNumId; } in GetNumId()
504 void SetNumId(sal_Int32 nId) { mnNumId = nId; } in SetNumId()
538 sal_Int32 nValue;
550 bool getValue( TablePropertyMapTarget eWhich, sal_Int32& nFill );
551 void setValue( TablePropertyMapTarget eWhich, sal_Int32 nSet );