Home
last modified time | relevance | path

Searched refs:pItemSet (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/styles/
H A DCommonStylePreviewRenderer.cxx67 if (!pItemSet) return false; in recalculate()
73 if ((pItem = pItemSet->GetItem(SID_ATTR_CHAR_WEIGHT)) != nullptr) in recalculate()
77 if ((pItem = pItemSet->GetItem(SID_ATTR_CHAR_POSTURE)) != nullptr) in recalculate()
81 if ((pItem = pItemSet->GetItem(SID_ATTR_CHAR_CONTOUR)) != nullptr) in recalculate()
85 if ((pItem = pItemSet->GetItem(SID_ATTR_CHAR_SHADOWED)) != nullptr) in recalculate()
89 if ((pItem = pItemSet->GetItem(SID_ATTR_CHAR_RELIEF)) != nullptr) in recalculate()
105 if ((pItem = pItemSet->GetItem(SID_ATTR_CHAR_CASEMAP)) != nullptr) in recalculate()
113 if ((pItem = pItemSet->GetItem(SID_ATTR_CHAR_COLOR)) != nullptr) in recalculate()
117 if ((pItem = pItemSet->GetItem(SID_ATTR_BRUSH_CHAR)) != nullptr) in recalculate()
124 if ((pItem = pItemSet->GetItem(XATTR_FILLSTYLE)) != nullptr) in recalculate()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/styles/
H A DCommonStylePreviewRenderer.cxx69 if (!pItemSet) return false; in recalculate()
75 if ((pItem = pItemSet->GetItem(SID_ATTR_CHAR_WEIGHT)) != nullptr) in recalculate()
79 if ((pItem = pItemSet->GetItem(SID_ATTR_CHAR_POSTURE)) != nullptr) in recalculate()
83 if ((pItem = pItemSet->GetItem(SID_ATTR_CHAR_CONTOUR)) != nullptr) in recalculate()
87 if ((pItem = pItemSet->GetItem(SID_ATTR_CHAR_SHADOWED)) != nullptr) in recalculate()
91 if ((pItem = pItemSet->GetItem(SID_ATTR_CHAR_RELIEF)) != nullptr) in recalculate()
99 if ((pItem = pItemSet->GetItem(SID_ATTR_CHAR_OVERLINE)) != nullptr) in recalculate()
107 if ((pItem = pItemSet->GetItem(SID_ATTR_CHAR_CASEMAP)) != nullptr) in recalculate()
115 if ((pItem = pItemSet->GetItem(SID_ATTR_CHAR_COLOR)) != nullptr) in recalculate()
122 if ((pItem = pItemSet->GetItem(XATTR_FILLSTYLE)) != nullptr) in recalculate()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/tbxctrls/
H A DStylesPreviewWindow.cxx195 pItem = pItemSet->GetItem(SID_ATTR_CHAR_POSTURE); in GetFontFromItems()
199 pItem = pItemSet->GetItem(SID_ATTR_CHAR_CONTOUR); in GetFontFromItems()
203 pItem = pItemSet->GetItem(SID_ATTR_CHAR_SHADOWED); in GetFontFromItems()
207 pItem = pItemSet->GetItem(SID_ATTR_CHAR_RELIEF); in GetFontFromItems()
211 pItem = pItemSet->GetItem(SID_ATTR_CHAR_UNDERLINE); in GetFontFromItems()
215 pItem = pItemSet->GetItem(SID_ATTR_CHAR_OVERLINE); in GetFontFromItems()
219 pItem = pItemSet->GetItem(SID_ATTR_CHAR_STRIKEOUT); in GetFontFromItems()
223 pItem = pItemSet->GetItem(SID_ATTR_CHAR_CASEMAP); in GetFontFromItems()
227 pItem = pItemSet->GetItem(SID_ATTR_CHAR_EMPHASISMARK); in GetFontFromItems()
264 if (!pItemSet) in DrawEntry()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ascii/
H A Dparasc.cxx59 std::unique_ptr<SfxItemSet> pItemSet; member in SwASCIIParser
113 pItemSet->Put( aLang ); in SwASCIIParser()
115 pItemSet->Put( aLang ); in SwASCIIParser()
117 pItemSet->Put( aLang ); in SwASCIIParser()
126 pItemSet->Put( aFont ); in SwASCIIParser()
128 pItemSet->Put( aFont ); in SwASCIIParser()
130 pItemSet->Put( aFont ); in SwASCIIParser()
166 if( pItemSet ) in CallParser()
184 if( pItemSet->Count() ) in CallParser()
219 if (pItemSet->Count()) in CallParser()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/xml/
H A Dxmlfmt.cxx387 std::unique_ptr<SfxItemSet> pItemSet; member in __anon964804940411::SwXMLItemSetStyleContext_Impl
422 SfxItemSet *GetItemSet() { return pItemSet.get(); } in GetItemSet()
522 OSL_ENSURE( !pItemSet, in CreateItemSetContext()
533 pItemSet.reset( new SfxItemSet( rItemPool, aTableSetRange ) ); in CreateItemSetContext()
549 if( pItemSet ) in CreateItemSetContext()
552 *pItemSet ); in CreateItemSetContext()
555 pItemSet.reset(); in CreateItemSetContext()
639 if( !pItemSet ) in ConnectPageDesc()
659 pItemSet->Put( *pFormatPageDesc ); in ConnectPageDesc()
675 if( !pItemSet ) in ResolveDataStyleName()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmlatr.cxx309 pItemSet.reset(); in SwHTMLFormatInfo()
388 if( !pItemSet ) in SwHTMLFormatInfo()
391 pItemSet->Put( rLang ); in SwHTMLFormatInfo()
568 rInfo.pItemSet.reset(new SfxItemSet( *pFormatInfo->pItemSet )); in OutHTML_SwFormat()
574 if (rInfo.pItemSet) in OutHTML_SwFormat()
622 if( rInfo.pItemSet && in OutHTML_SwFormat()
815 if (rInfo.pItemSet) in OutHTML_SwFormat()
820 if( rInfo.pItemSet ) in OutHTML_SwFormat()
2038 if( !pItemSet ) in OutHTML_SwTextNode()
2119 if( pItemSet && pItemSet->Count() && in OutHTML_SwTextNode()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmlatr.cxx311 pItemSet.reset(); in SwHTMLFormatInfo()
390 if( !pItemSet ) in SwHTMLFormatInfo()
393 pItemSet->Put( rLang ); in SwHTMLFormatInfo()
564 rInfo.pItemSet.reset(new SfxItemSet( *pFormatInfo->pItemSet )); in OutHTML_SwFormat()
570 if (rInfo.pItemSet) in OutHTML_SwFormat()
618 if( rInfo.pItemSet && in OutHTML_SwFormat()
815 if (rInfo.pItemSet) in OutHTML_SwFormat()
820 if( rInfo.pItemSet ) in OutHTML_SwFormat()
2039 if( !pItemSet ) in OutHTML_SwTextNode()
2120 if( pItemSet && pItemSet->Count() && in OutHTML_SwTextNode()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A Dxmlfmt.cxx413 std::unique_ptr<SfxItemSet> pItemSet; member in SwXMLItemSetStyleContext_Impl
454 SfxItemSet *GetItemSet() { return pItemSet.get(); } in GetItemSet()
557 OSL_ENSURE( !pItemSet, in CreateItemSetContext()
568 pItemSet.reset( new SfxItemSet( rItemPool, aTableSetRange ) ); in CreateItemSetContext()
584 if( pItemSet ) in CreateItemSetContext()
587 *pItemSet ); in CreateItemSetContext()
590 pItemSet.reset(); in CreateItemSetContext()
687 if( !pItemSet ) in ConnectPageDesc()
707 pItemSet->Put( *pFormatPageDesc ); in ConnectPageDesc()
723 if( !pItemSet ) in ResolveDataStyleName()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A Dhlmailtp.cxx36 …ailTp::SvxHyperlinkMailTp(weld::Container* pParent, SvxHpLinkDlg* pDlg, const SfxItemSet* pItemSet) in SvxHyperlinkMailTp() argument
37 …vxHyperlinkTabPageBase(pParent, pDlg, "cui/ui/hyperlinkmailpage.ui", "HyperlinkMailPage", pItemSet) in SvxHyperlinkMailTp()
153 …vxHyperlinkMailTp::Create(weld::Container* pWindow, SvxHpLinkDlg* pDlg, const SfxItemSet* pItemSet) in Create() argument
155 return std::make_unique<SvxHyperlinkMailTp>(pWindow, pDlg, pItemSet); in Create()
H A Dhldoctp.cxx37 …kDocTp::SvxHyperlinkDocTp(weld::Container* pParent, SvxHpLinkDlg* pDlg, const SfxItemSet* pItemSet) in SvxHyperlinkDocTp() argument
38 … SvxHyperlinkTabPageBase(pParent, pDlg, "cui/ui/hyperlinkdocpage.ui", "HyperlinkDocPage", pItemSet) in SvxHyperlinkDocTp()
149 …SvxHyperlinkDocTp::Create(weld::Container* pWindow, SvxHpLinkDlg* pDlg, const SfxItemSet* pItemSet) in Create() argument
151 return std::make_unique<SvxHyperlinkDocTp>(pWindow, pDlg, pItemSet); in Create()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A Dhlmailtp.cxx36 …ailTp::SvxHyperlinkMailTp(weld::Container* pParent, SvxHpLinkDlg* pDlg, const SfxItemSet* pItemSet) in SvxHyperlinkMailTp() argument
37 …vxHyperlinkTabPageBase(pParent, pDlg, "cui/ui/hyperlinkmailpage.ui", "HyperlinkMailPage", pItemSet) in SvxHyperlinkMailTp()
153 …vxHyperlinkMailTp::Create(weld::Container* pWindow, SvxHpLinkDlg* pDlg, const SfxItemSet* pItemSet) in Create() argument
155 return std::make_unique<SvxHyperlinkMailTp>(pWindow, pDlg, pItemSet); in Create()
H A Dhldoctp.cxx37 …kDocTp::SvxHyperlinkDocTp(weld::Container* pParent, SvxHpLinkDlg* pDlg, const SfxItemSet* pItemSet) in SvxHyperlinkDocTp() argument
38 … SvxHyperlinkTabPageBase(pParent, pDlg, "cui/ui/hyperlinkdocpage.ui", "HyperlinkDocPage", pItemSet) in SvxHyperlinkDocTp()
149 …SvxHyperlinkDocTp::Create(weld::Container* pWindow, SvxHpLinkDlg* pDlg, const SfxItemSet* pItemSet) in Create() argument
151 return std::make_unique<SvxHyperlinkDocTp>(pWindow, pDlg, pItemSet); in Create()
H A Dhlinettp.cxx36 const SfxItemSet* pItemSet) in SvxHyperlinkInternetTp() argument
38 pItemSet) in SvxHyperlinkInternetTp()
185 …perlinkInternetTp::Create(weld::Container* pWindow, SvxHpLinkDlg* pDlg, const SfxItemSet* pItemSet) in Create() argument
187 return std::make_unique<SvxHyperlinkInternetTp>(pWindow, pDlg, pItemSet); in Create()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Ditemset.hxx164 …template<class T> static const T* GetItem(const SfxItemSet* pItemSet, sal_uInt16 nWhich, bool bSea… in GetItem() argument
166 if (pItemSet) in GetItem()
167 return pItemSet->GetItem<T>(nWhich, bSearchInParent); in GetItem()
172 static const T* GetItem(const SfxItemSet* pItemSet, TypedWhichId<T> nWhich, in GetItem() argument
175 return GetItem<T>(pItemSet, static_cast<sal_uInt16>(nWhich), bSearchInParent); in GetItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Ditemset.hxx180 …template<class T> static const T* GetItem(const SfxItemSet* pItemSet, sal_uInt16 nWhich, bool bSea… in GetItem() argument
182 if (pItemSet) in GetItem()
183 return pItemSet->GetItem<T>(nWhich, bSearchInParent); in GetItem()
188 static const T* GetItem(const SfxItemSet* pItemSet, TypedWhichId<T> nWhich, in GetItem() argument
191 return GetItem<T>(pItemSet, static_cast<sal_uInt16>(nWhich), bSearchInParent); in GetItem()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/styleui/
H A Dstyledlg.cxx136 SfxItemSet* pItemSet = GetInputSetImpl(); in RefreshInputSet() local
137 pItemSet->ClearItem(); in RefreshInputSet()
138 pItemSet->SetParent( GetStyleSheet().GetItemSet().GetParent() ); in RefreshInputSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/styleui/
H A Dstyledlg.cxx136 SfxItemSet* pItemSet = GetInputSetImpl(); in RefreshInputSet() local
137 pItemSet->ClearItem(); in RefreshInputSet()
138 pItemSet->SetParent( GetStyleSheet().GetItemSet().GetParent() ); in RefreshInputSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dstyleuno.cxx1169 if ( pItemSet && pResultEntry ) in getPropertyState_Impl()
1178 SfxItemState eState = pItemSet->GetItemState( nWhich, false ); in getPropertyState_Impl()
1254 const SfxItemSet* pItemSet = &aEmptySet; in getPropertyDefault_Impl() local
1264 pItemSet->Get(nWhich)).GetValue()) ); in getPropertyDefault_Impl()
1287 pPropSet->getPropertyValue( *pResultEntry, *pItemSet, aAny ); in getPropertyDefault_Impl()
1293 const SfxItemSet* pItemSet = &aEmptySet; in getPropertyDefault_Impl() local
1299 const SfxPoolItem& rItem = pItemSet->Get(ATTR_BORDER); in getPropertyDefault_Impl()
1792 if ( pItemSet && pResultEntry ) in getPropertyValue_Impl()
1814 pItemSet->Get(nWhich)).GetValue()) ); in getPropertyValue_Impl()
1869 if ( pItemSet->GetPool()->GetSlotId(nWhich) == nWhich && in getPropertyValue_Impl()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dstyleuno.cxx1147 if ( pItemSet && pResultEntry ) in getPropertyState_Impl()
1156 SfxItemState eState = pItemSet->GetItemState( nWhich, false ); in getPropertyState_Impl()
1232 const SfxItemSet* pItemSet = &aEmptySet; in getPropertyDefault_Impl() local
1242 pItemSet->Get(nWhich)).GetValue()) ); in getPropertyDefault_Impl()
1265 pPropSet->getPropertyValue( *pResultEntry, *pItemSet, aAny ); in getPropertyDefault_Impl()
1271 const SfxItemSet* pItemSet = &aEmptySet; in getPropertyDefault_Impl() local
1277 const SfxPoolItem& rItem = pItemSet->Get(ATTR_BORDER); in getPropertyDefault_Impl()
1771 if ( pItemSet && pResultEntry ) in getPropertyValue_Impl()
1793 pItemSet->Get(nWhich)).GetValue()) ); in getPropertyValue_Impl()
1848 if ( pItemSet->GetPool()->GetSlotId(nWhich) == nWhich && in getPropertyValue_Impl()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/inc/
H A Dhlmailtp.hxx54 SvxHyperlinkMailTp(weld::Container* pParent, SvxHpLinkDlg* pDlg, const SfxItemSet* pItemSet);
57 …r<IconChoicePage> Create(weld::Container* pWindow, SvxHpLinkDlg* pDlg, const SfxItemSet* pItemSet);
H A Dhldocntp.hxx51 SvxHyperlinkNewDocTp(weld::Container* pParent, SvxHpLinkDlg* pDlg, const SfxItemSet* pItemSet);
54 …r<IconChoicePage> Create(weld::Container* pWindow, SvxHpLinkDlg* pDlg, const SfxItemSet* pItemSet);
H A Dhldoctp.hxx64 SvxHyperlinkDocTp(weld::Container* pParent, SvxHpLinkDlg* pDlg, const SfxItemSet* pItemSet);
67 …r<IconChoicePage> Create(weld::Container* pWindow, SvxHpLinkDlg* pDlg, const SfxItemSet* pItemSet);
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/inc/
H A Dhlmailtp.hxx53 SvxHyperlinkMailTp(weld::Container* pParent, SvxHpLinkDlg* pDlg, const SfxItemSet* pItemSet);
56 …r<IconChoicePage> Create(weld::Container* pWindow, SvxHpLinkDlg* pDlg, const SfxItemSet* pItemSet);
H A Dhldocntp.hxx50 SvxHyperlinkNewDocTp(weld::Container* pParent, SvxHpLinkDlg* pDlg, const SfxItemSet* pItemSet);
53 …r<IconChoicePage> Create(weld::Container* pWindow, SvxHpLinkDlg* pDlg, const SfxItemSet* pItemSet);
H A Dhldoctp.hxx63 SvxHyperlinkDocTp(weld::Container* pParent, SvxHpLinkDlg* pDlg, const SfxItemSet* pItemSet);
66 …r<IconChoicePage> Create(weld::Container* pWindow, SvxHpLinkDlg* pDlg, const SfxItemSet* pItemSet);

1234567