Lines Matching refs:sal_uInt16

259 static sal_uInt16 __READONLY_DATA aSBorderWidths[] =
265 static sal_uInt16 __READONLY_DATA aDBorderWidths[] =
279 static sal_uInt16 __READONLY_DATA aTDBorderWidths[] =
292 sal_uInt16 nFont;
293 sal_uInt16 nFontCJK;
294 sal_uInt16 nFontCTL;
295 sal_uInt16 nPosture;
296 sal_uInt16 nPostureCJK;
297 sal_uInt16 nPostureCTL;
298 sal_uInt16 nWeight;
299 sal_uInt16 nWeightCJK;
300 sal_uInt16 nWeightCTL;
301 sal_uInt16 nFontHeight;
302 sal_uInt16 nFontHeightCJK;
303 sal_uInt16 nFontHeightCTL;
304 sal_uInt16 nUnderline;
305 sal_uInt16 nOverline;
306 sal_uInt16 nCrossedOut;
307 sal_uInt16 nColor;
308 sal_uInt16 nKerning;
309 sal_uInt16 nCaseMap;
310 sal_uInt16 nBlink;
312 sal_uInt16 nLineSpacing;
313 sal_uInt16 nAdjust;
314 sal_uInt16 nWidows;
315 sal_uInt16 nOrphans;
316 sal_uInt16 nFmtSplit;
318 sal_uInt16 nLRSpace;
319 sal_uInt16 nULSpace;
320 sal_uInt16 nBox;
321 sal_uInt16 nBrush;
323 sal_uInt16 nLanguage;
324 sal_uInt16 nLanguageCJK;
325 sal_uInt16 nLanguageCTL;
326 sal_uInt16 nDirection;
338 sal_uInt16 nAbsWidth;
339 sal_uInt16 nNamedWidth;
352 void SetBorderLine( sal_uInt16 nLine, SvxBoxItem &rBoxItem ) const;
355 void SvxCSS1BorderInfo::SetBorderLine( sal_uInt16 nLine, SvxBoxItem &rBoxItem ) const in SetBorderLine()
372 const sal_uInt16 *aWidths = bDouble ? aDBorderWidths : aSBorderWidths; in SetBorderLine()
373 sal_uInt16 nNWidth = nNamedWidth * 4; in SetBorderLine()
391 for( sal_uInt16 i=0; i<4; i++ ) in SvxCSS1PropertyInfo()
426 for( sal_uInt16 i=0; i<4; i++ ) in SvxCSS1PropertyInfo()
439 for( sal_uInt16 i=0; i<4; i++ ) in DestroyBorderInfos()
488 for( sal_uInt16 i=0; i<4; i++ ) in Merge()
555 SvxCSS1BorderInfo *SvxCSS1PropertyInfo::GetBorderInfo( sal_uInt16 nLine, sal_Bool bCreate ) in GetBorderInfo()
557 sal_uInt16 nPos = 0; in GetBorderInfo()
572 void SvxCSS1PropertyInfo::CopyBorderInfo( sal_uInt16 nSrcLine, sal_uInt16 nDstLine, in CopyBorderInfo()
573 sal_uInt16 nWhat ) in CopyBorderInfo()
593 void SvxCSS1PropertyInfo::CopyBorderInfo( sal_uInt16 nCount, sal_uInt16 nWhat ) in CopyBorderInfo()
607 sal_uInt16 nMinBorderDist, in SetBoxItem()
615 sal_uInt16 i; in SetBoxItem()
645 sal_uInt16 nLine = BOX_LINE_TOP, nDist = 0; in SetBoxItem()
740 for( sal_uInt16 i=0; i<aSelectors.Count(); i++ ) in SelectorParsed()
773 SvxCSS1Parser::SvxCSS1Parser( SfxItemPool& rPool, const String& rBaseURL, sal_uInt16 nMinFixLineSp, in SvxCSS1Parser()
774 sal_uInt16 *pWhichIds, sal_uInt16 nWhichIds ) : in SvxCSS1Parser()
822 aWhichMap.Insert( (sal_uInt16)0, (sal_uInt16)0 ); in SvxCSS1Parser()
823 SvParser::BuildWhichTbl( aWhichMap, (sal_uInt16 *)&aItemIds, in SvxCSS1Parser()
824 sizeof(aItemIds) / sizeof(sal_uInt16) ); in SvxCSS1Parser()
852 for( sal_uInt16 i=0; i<aSelectors.Count(); i++ ) in ParseStyleSheet()
889 const String &rValue, sal_uInt16& rEnum ) in GetEnum()
920 void SvxCSS1Parser::SetBorderWidth( SvxBorderLine& aBorderLine, sal_uInt16 nWidth, in SetBorderWidth()
923 const sal_uInt16 *aWidths; in SetBorderWidth()
924 sal_uInt16 nSize; in SetBorderWidth()
941 sal_uInt16 i = (nSize / sizeof(sal_uInt16)) - 4; in SetBorderWidth()
955 sal_uInt32 SvxCSS1Parser::GetFontHeight( sal_uInt16 nSize ) const in GetFontHeight()
957 sal_uInt16 nHeight; in GetFontHeight()
985 sal_uInt16 nPos; in GetMapEntry()
1076 sal_uInt16 nPropHeight = 100; in ParseCSS1_font_size()
1094 nPropHeight = (sal_uInt16)pExpr->GetNumber(); in ParseCSS1_font_size()
1099 sal_uInt16 nSize; in ParseCSS1_font_size()
1240 sal_uInt16 nWeight; in ParseCSS1_font_weight()
1262 sal_uInt16 nWeight = (sal_uInt16)pExpr->GetNumber(); in ParseCSS1_font_weight()
1303 for( sal_uInt16 i=0; pExpr && i<2; i++ ) in ParseCSS1_font_style()
1311 sal_uInt16 nItalic; in ParseCSS1_font_style()
1371 sal_uInt16 nCaseMap; in ParseCSS1_font_variant()
1417 sal_uInt16 nDir; in ParseCSS1_direction()
1550 sal_uInt16 nPerc = (sal_uInt16)pExpr->GetNumber(); in ParseCSS1_background()
1571 sal_uInt16 nEnum; in ParseCSS1_background()
1692 sal_uInt16 nHeight = 0; in ParseCSS1_line_height()
1698 nHeight = (sal_uInt16)pExpr->GetULength(); in ParseCSS1_line_height()
1705 nHeight = (sal_uInt16)nPHeight; in ParseCSS1_line_height()
1710 sal_uInt16 nPHeight = (sal_uInt16)pExpr->GetNumber(); in ParseCSS1_line_height()
1716 sal_uInt16 nPHeight = (sal_uInt16)(pExpr->GetNumber() * 100); in ParseCSS1_line_height()
1774 sal_uInt16 nEnum; in ParseCSS1_font()
1791 eWeight = (sal_uInt16)pExpr->GetNumber() > 400 ? WEIGHT_BOLD in ParseCSS1_font()
2027 sal_uInt16 nAdjust; in ParseCSS1_text_align()
2134 aLRItem.SetTxtLeft( (sal_uInt16)nLeft ); in ParseCSS1_margin_left()
2140 aLRItem.SetTxtLeft( (sal_uInt16)nLeft ); in ParseCSS1_margin_left()
2191 aLRItem.SetRight( (sal_uInt16)nRight ); in ParseCSS1_margin_right()
2197 aLRItem.SetRight( (sal_uInt16)nRight ); in ParseCSS1_margin_right()
2213 sal_uInt16 nUpper = 0; in ParseCSS1_margin_top()
2222 nUpper = (sal_uInt16)nTmp; in ParseCSS1_margin_top()
2233 nUpper = (sal_uInt16)nPHeight; in ParseCSS1_margin_top()
2273 sal_uInt16 nLower = 0; in ParseCSS1_margin_bottom()
2282 nLower = (sal_uInt16)nTmp; in ParseCSS1_margin_bottom()
2293 nLower = (sal_uInt16)nPHeight; in ParseCSS1_margin_bottom()
2336 for( sal_uInt16 i=0; pExpr && i<4 && !pExpr->GetOp(); i++ ) in ParseCSS1_margin()
2417 aLRItem.SetLeft( (sal_uInt16)nMargins[3] ); in ParseCSS1_margin()
2419 aLRItem.SetRight( (sal_uInt16)nMargins[1] ); in ParseCSS1_margin()
2426 aLRItem.SetLeft( (sal_uInt16)nMargins[3] ); in ParseCSS1_margin()
2428 aLRItem.SetRight( (sal_uInt16)nMargins[1] ); in ParseCSS1_margin()
2446 aULItem.SetUpper( (sal_uInt16)nMargins[0] ); in ParseCSS1_margin()
2448 aULItem.SetLower( (sal_uInt16)nMargins[2] ); in ParseCSS1_margin()
2455 aULItem.SetUpper( (sal_uInt16)nMargins[0] ); in ParseCSS1_margin()
2457 aULItem.SetLower( (sal_uInt16)nMargins[2] ); in ParseCSS1_margin()
2472 sal_uInt16 nWhichLine ) in ParseCSS1_padding_xxx()
2477 sal_uInt16 nDist = 0; in ParseCSS1_padding_xxx()
2488 nDist = (sal_uInt16)nTmp; in ParseCSS1_padding_xxx()
2501 nDist = (sal_uInt16)nPWidth; in ParseCSS1_padding_xxx()
2567 sal_uInt16 n=0; in ParseCSS1_padding()
2570 sal_uInt16 nLine = n==0 || n==2 ? BOX_LINE_BOTTOM : BOX_LINE_LEFT; in ParseCSS1_padding()
2594 sal_uInt16 nWhichLine, sal_Bool bAll ) in ParseCSS1_border_xxx()
2598 sal_uInt16 nWidth = USHRT_MAX; // die Linien-Dicke in ParseCSS1_border_xxx()
2599 sal_uInt16 nNWidth = 1; // benannte Linien-Dicke (und default) in ParseCSS1_border_xxx()
2617 sal_uInt16 nValue; in ParseCSS1_border_xxx()
2634 nWidth = (sal_uInt16)pExpr->GetULength(); in ParseCSS1_border_xxx()
2648 nWidth = (sal_uInt16)(bHori ? nPHeight : nPWidth); in ParseCSS1_border_xxx()
2662 for( sal_uInt16 i=0; i<4; i++ ) in ParseCSS1_border_xxx()
2664 sal_uInt16 nLine = 0; in ParseCSS1_border_xxx()
2689 sal_uInt16 nWhichLine ) in ParseCSS1_border_xxx_width()
2693 sal_uInt16 nWidth = USHRT_MAX; // die Linien-Dicke in ParseCSS1_border_xxx_width()
2694 sal_uInt16 nNWidth = 1; // benannte Linien-Dicke (und default) in ParseCSS1_border_xxx_width()
2700 sal_uInt16 nValue; in ParseCSS1_border_xxx_width()
2709 nWidth = (sal_uInt16)pExpr->GetULength(); in ParseCSS1_border_xxx_width()
2720 nWidth = (sal_uInt16)(bHori ? nPHeight : nPWidth); in ParseCSS1_border_xxx_width()
2772 sal_uInt16 n=0; in ParseCSS1_border_width()
2775 sal_uInt16 nLine = n==0 || n==2 ? BOX_LINE_BOTTOM : BOX_LINE_LEFT; in ParseCSS1_border_width()
2789 sal_uInt16 n=0; in ParseCSS1_border_color()
2792 sal_uInt16 nLine = n==0 || n==2 ? BOX_LINE_BOTTOM : BOX_LINE_LEFT; in ParseCSS1_border_color()
2817 sal_uInt16 n=0; in ParseCSS1_border_style()
2820 sal_uInt16 nLine = n==0 || n==2 ? BOX_LINE_BOTTOM : BOX_LINE_LEFT; in ParseCSS1_border_style()
2821 sal_uInt16 nValue; in ParseCSS1_border_style()
2887 sal_uInt16 nFloat; in ParseCSS1_float()
2905 sal_uInt16 nPos; in ParseCSS1_position()
2999 sal_uInt16 n=0; in ParseCSS1_size()
3006 sal_uInt16 nValue; in ParseCSS1_size()
3054 sal_uInt16 nValue; in ParseCSS1_page_break_xxx()