Home
last modified time | relevance | path

Searched refs:pNodeRotateItem (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dpormulti.cxx956 const SfxPoolItem* pNodeRotateItem(nullptr); in GetMultiCreator() local
1017 RES_CHRATR_ROTATE, true, &pNodeRotateItem) && in GetMultiCreator()
1018 static_cast<const SvxCharRotateItem*>(pNodeRotateItem)->GetValue()) in GetMultiCreator()
1024 pNodeRotateItem = nullptr; in GetMultiCreator()
1204 (pNodeRotateItem && pNodeRotateItem == pActiveRotateItem && in GetMultiCreator()
1305 if (pNodeRotateItem) in GetMultiCreator()
1308 bOn = static_cast<const SvxCharRotateItem*>(pNodeRotateItem)->GetValue() == in GetMultiCreator()
1318 aRet.pItem = pNodeRotateItem; in GetMultiCreator()
1343 pNodeRotateItem = nullptr; in GetMultiCreator()
1345 RES_CHRATR_ROTATE, true, &pNodeRotateItem); in GetMultiCreator()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dpormulti.cxx957 const SfxPoolItem* pNodeRotateItem(nullptr); in GetMultiCreator() local
1018 RES_CHRATR_ROTATE, true, &pNodeRotateItem) && in GetMultiCreator()
1019 static_cast<const SvxCharRotateItem*>(pNodeRotateItem)->GetValue()) in GetMultiCreator()
1025 pNodeRotateItem = nullptr; in GetMultiCreator()
1205 (pNodeRotateItem && pNodeRotateItem == pActiveRotateItem && in GetMultiCreator()
1306 if (pNodeRotateItem) in GetMultiCreator()
1309 bOn = static_cast<const SvxCharRotateItem*>(pNodeRotateItem)->GetValue() == in GetMultiCreator()
1319 pRet->pItem = pNodeRotateItem; in GetMultiCreator()
1344 pNodeRotateItem = nullptr; in GetMultiCreator()
1346 RES_CHRATR_ROTATE, true, &pNodeRotateItem); in GetMultiCreator()
[all …]