Lines Matching refs:Get

278             pItem = &rItemSet.Get( nFontId );  in GetFont()
282 pItem = &rItemSet.Get( nHeightId ); in GetFont()
286 pItem = &rItemSet.Get( nWeightId ); in GetFont()
290 pItem = &rItemSet.Get( nPostureId ); in GetFont()
294 pItem = &rItemSet.Get( ATTR_FONT_UNDERLINE ); in GetFont()
298 pItem = &rItemSet.Get( ATTR_FONT_OVERLINE ); in GetFont()
302 pItem = &rItemSet.Get( ATTR_FONT_WORDLINE ); in GetFont()
306 pItem = &rItemSet.Get( ATTR_FONT_CROSSEDOUT ); in GetFont()
310 pItem = &rItemSet.Get( ATTR_FONT_CONTOUR ); in GetFont()
314 pItem = &rItemSet.Get( ATTR_FONT_SHADOWED ); in GetFont()
318 pItem = &rItemSet.Get( ATTR_FONT_EMPHASISMARK ); in GetFont()
322 pItem = &rItemSet.Get( ATTR_FONT_RELIEF ); in GetFont()
326 pItem = &rItemSet.Get( ATTR_FONT_COLOR ); in GetFont()
330 pItem = &rItemSet.Get( nLangId ); in GetFont()
335 pFontAttr = &(const SvxFontItem&)rItemSet.Get( nFontId ); in GetFont()
337 rItemSet.Get( nHeightId )).GetHeight(); in GetFont()
339 rItemSet.Get( nWeightId )).GetValue(); in GetFont()
341 rItemSet.Get( nPostureId )).GetValue(); in GetFont()
343 rItemSet.Get( ATTR_FONT_UNDERLINE )).GetValue(); in GetFont()
345 rItemSet.Get( ATTR_FONT_OVERLINE )).GetValue(); in GetFont()
347 rItemSet.Get( ATTR_FONT_WORDLINE )).GetValue(); in GetFont()
349 rItemSet.Get( ATTR_FONT_CROSSEDOUT )).GetValue(); in GetFont()
351 rItemSet.Get( ATTR_FONT_CONTOUR )).GetValue(); in GetFont()
353 rItemSet.Get( ATTR_FONT_SHADOWED )).GetValue(); in GetFont()
355 rItemSet.Get( ATTR_FONT_EMPHASISMARK )).GetEmphasisMark(); in GetFont()
357 rItemSet.Get( ATTR_FONT_RELIEF )).GetValue(); in GetFont()
359 rItemSet.Get( ATTR_FONT_COLOR )).GetValue(); in GetFont()
362 ((const SvxLanguageItem&)rItemSet.Get( nLangId )).GetLanguage(); in GetFont()
423 pItem = &rItemSet.Get( ATTR_BACKGROUND ); in GetFont()
427 aBackColor = ((const SvxBrushItem&)rItemSet.Get( ATTR_BACKGROUND )).GetColor(); in GetFont()
531 pItem = &rSrcSet.Get( ATTR_FONT_COLOR ); in FillToEditItemSet()
535 pItem = &rSrcSet.Get( ATTR_FONT ); in FillToEditItemSet()
538 pItem = &rSrcSet.Get( ATTR_CJK_FONT ); in FillToEditItemSet()
541 pItem = &rSrcSet.Get( ATTR_CTL_FONT ); in FillToEditItemSet()
545 pItem = &rSrcSet.Get( ATTR_FONT_HEIGHT ); in FillToEditItemSet()
548 pItem = &rSrcSet.Get( ATTR_CJK_FONT_HEIGHT ); in FillToEditItemSet()
551 pItem = &rSrcSet.Get( ATTR_CTL_FONT_HEIGHT ); in FillToEditItemSet()
555 pItem = &rSrcSet.Get( ATTR_FONT_WEIGHT ); in FillToEditItemSet()
558 pItem = &rSrcSet.Get( ATTR_CJK_FONT_WEIGHT ); in FillToEditItemSet()
561 pItem = &rSrcSet.Get( ATTR_CTL_FONT_WEIGHT ); in FillToEditItemSet()
565 pItem = &rSrcSet.Get( ATTR_FONT_POSTURE ); in FillToEditItemSet()
568 pItem = &rSrcSet.Get( ATTR_CJK_FONT_POSTURE ); in FillToEditItemSet()
571 pItem = &rSrcSet.Get( ATTR_CTL_FONT_POSTURE ); in FillToEditItemSet()
575 pItem = &rSrcSet.Get( ATTR_FONT_UNDERLINE ); in FillToEditItemSet()
579 pItem = &rSrcSet.Get( ATTR_FONT_OVERLINE ); in FillToEditItemSet()
583 pItem = &rSrcSet.Get( ATTR_FONT_WORDLINE ); in FillToEditItemSet()
587 pItem = &rSrcSet.Get( ATTR_FONT_CROSSEDOUT ); in FillToEditItemSet()
591 pItem = &rSrcSet.Get( ATTR_FONT_CONTOUR ); in FillToEditItemSet()
595 pItem = &rSrcSet.Get( ATTR_FONT_SHADOWED ); in FillToEditItemSet()
599 pItem = &rSrcSet.Get( ATTR_FORBIDDEN_RULES ); in FillToEditItemSet()
603 pItem = &rSrcSet.Get( ATTR_FONT_EMPHASISMARK ); in FillToEditItemSet()
606 pItem = &rSrcSet.Get( ATTR_FONT_RELIEF ); in FillToEditItemSet()
610 pItem = &rSrcSet.Get( ATTR_FONT_LANGUAGE ); in FillToEditItemSet()
613 pItem = &rSrcSet.Get( ATTR_CJK_FONT_LANGUAGE ); in FillToEditItemSet()
616 pItem = &rSrcSet.Get( ATTR_CTL_FONT_LANGUAGE ); in FillToEditItemSet()
620 pItem = &rSrcSet.Get( ATTR_HYPHENATE ); in FillToEditItemSet()
624 pItem = &rSrcSet.Get( ATTR_WRITINGDIR ); in FillToEditItemSet()
629 aColorItem = (const SvxColorItem&) rSrcSet.Get( ATTR_FONT_COLOR ); in FillToEditItemSet()
630 aFontItem = (const SvxFontItem&) rSrcSet.Get( ATTR_FONT ); in FillToEditItemSet()
631 aCjkFontItem = (const SvxFontItem&) rSrcSet.Get( ATTR_CJK_FONT ); in FillToEditItemSet()
632 aCtlFontItem = (const SvxFontItem&) rSrcSet.Get( ATTR_CTL_FONT ); in FillToEditItemSet()
634 rSrcSet.Get( ATTR_FONT_HEIGHT )).GetHeight(); in FillToEditItemSet()
636 rSrcSet.Get( ATTR_CJK_FONT_HEIGHT )).GetHeight(); in FillToEditItemSet()
638 rSrcSet.Get( ATTR_CTL_FONT_HEIGHT )).GetHeight(); in FillToEditItemSet()
640 rSrcSet.Get( ATTR_FONT_WEIGHT )).GetValue(); in FillToEditItemSet()
642 rSrcSet.Get( ATTR_CJK_FONT_WEIGHT )).GetValue(); in FillToEditItemSet()
644 rSrcSet.Get( ATTR_CTL_FONT_WEIGHT )).GetValue(); in FillToEditItemSet()
646 rSrcSet.Get( ATTR_FONT_POSTURE )).GetValue(); in FillToEditItemSet()
648 rSrcSet.Get( ATTR_CJK_FONT_POSTURE )).GetValue(); in FillToEditItemSet()
650 rSrcSet.Get( ATTR_CTL_FONT_POSTURE )).GetValue(); in FillToEditItemSet()
651 aUnderlineItem = (const SvxUnderlineItem&) rSrcSet.Get( ATTR_FONT_UNDERLINE ); in FillToEditItemSet()
652 aOverlineItem = (const SvxOverlineItem&) rSrcSet.Get( ATTR_FONT_OVERLINE ); in FillToEditItemSet()
654 rSrcSet.Get( ATTR_FONT_WORDLINE )).GetValue(); in FillToEditItemSet()
656 rSrcSet.Get( ATTR_FONT_CROSSEDOUT )).GetValue(); in FillToEditItemSet()
658 rSrcSet.Get( ATTR_FONT_CONTOUR )).GetValue(); in FillToEditItemSet()
660 rSrcSet.Get( ATTR_FONT_SHADOWED )).GetValue(); in FillToEditItemSet()
662 rSrcSet.Get( ATTR_FORBIDDEN_RULES )).GetValue(); in FillToEditItemSet()
664 rSrcSet.Get( ATTR_FONT_EMPHASISMARK )).GetEmphasisMark(); in FillToEditItemSet()
666 rSrcSet.Get( ATTR_FONT_RELIEF )).GetValue(); in FillToEditItemSet()
668 rSrcSet.Get( ATTR_FONT_LANGUAGE )).GetLanguage(); in FillToEditItemSet()
670 rSrcSet.Get( ATTR_CJK_FONT_LANGUAGE )).GetLanguage(); in FillToEditItemSet()
672 rSrcSet.Get( ATTR_CTL_FONT_LANGUAGE )).GetLanguage(); in FillToEditItemSet()
674 rSrcSet.Get( ATTR_HYPHENATE )).GetValue(); in FillToEditItemSet()
676 rSrcSet.Get( ATTR_WRITINGDIR )).GetValue(); in FillToEditItemSet()
865 ((const SvxHorJustifyItem&)rMySet.Get(ATTR_HOR_JUSTIFY)).GetValue(); in FillEditParaItems()
961 … sal_uInt32* pNewFormat = static_cast<sal_uInt32*>(pFormatExchangeList->Get( nOldFormat )); in lcl_CopyStyleToPool()
1066 …sal_uInt32* pNewFormat = static_cast<sal_uInt32*>(pDestDoc->GetFormatExchangeList()->Get(nOldForma… in PutInPool()
1128 const SfxPoolItem* pItem1 = &rSet1.Get(nId); in OneEqual()
1129 const SfxPoolItem* pItem2 = &rSet2.Get(nId); in OneEqual()
1255 ((SfxUInt32Item*)&GetItemSet().Get( ATTR_VALUE_FORMAT ))->GetValue(); in GetNumberFormat()
1257 ((SvxLanguageItem*)&GetItemSet().Get( ATTR_LANGUAGE_FORMAT ))->GetLanguage(); in GetNumberFormat()
1274 pFormItem = &GetItemSet().Get(ATTR_VALUE_FORMAT); in GetNumberFormat()
1278 pLangItem = &GetItemSet().Get(ATTR_LANGUAGE_FORMAT); in GetNumberFormat()
1290 return rItemSet.Get(nWhich); in GetItem()