Home
last modified time | relevance | path

Searched refs:pParentFormat (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/attr/
H A Dformat.cxx222 SwFormat* pParentFormat = DerivedFrom(); in ~SwFormat() local
223 if( !pParentFormat ) in ~SwFormat()
232 SwFormatChg aNewFormat( pParentFormat ); in ~SwFormat()
234 for(SwClient* pClient = aIter.First(); pClient && pParentFormat; pClient = aIter.Next()) in ~SwFormat()
236 …his).name() << " at " << this << " to " << typeid(*pParentFormat).name() << " at " << pParentForm… in ~SwFormat()
237 pParentFormat->Add( pClient ); in ~SwFormat()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dtextboxhelper.cxx1036 auto pParentFormat = getOtherTextBoxFormat(getOtherTextBoxFormat(xShape), RES_FLYFRMFMT); in updateTextBoxMargin() local
1037 if (!pParentFormat) in updateTextBoxMargin()
1041 syncProperty(pParentFormat, UNO_NAME_TEXT_LEFTDIST, in updateTextBoxMargin()
1043 syncProperty(pParentFormat, UNO_NAME_TEXT_RIGHTDIST, in updateTextBoxMargin()
1045 syncProperty(pParentFormat, UNO_NAME_TEXT_UPPERDIST, in updateTextBoxMargin()
1047 syncProperty(pParentFormat, UNO_NAME_TEXT_LOWERDIST, in updateTextBoxMargin()
1051 syncProperty(pParentFormat, UNO_NAME_TEXT_VERTADJUST, in updateTextBoxMargin()
1053 syncProperty(pParentFormat, UNO_NAME_TEXT_HORZADJUST, in updateTextBoxMargin()
1061 syncProperty(pParentFormat, RES_FRM_SIZE, MID_FRMSIZE_IS_AUTO_HEIGHT, uno::Any(bIsAutoGrow)); in updateTextBoxMargin()
1063 syncProperty(pParentFormat, RES_FRM_SIZE, MID_FRMSIZE_WIDTH_TYPE, in updateTextBoxMargin()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/docnode/
H A Dnode.cxx102 const SwFormat* pParentFormat, in SetParent() argument
107 OSL_ENSURE( pParentFormat || !pConditionalFormat, "ConditionalFormat without ParentFormat?" ); in SetParent()
109 const SwAttrSet* pParentSet = pParentFormat ? &pParentFormat->GetAttrSet() : nullptr; in SetParent()
119 if ( pParentFormat ) in SetParent()
121 … SwStyleNameMapper::FillProgName( pParentFormat->GetName(), sVal, SwGetPoolIdFromName::TxtColl ); in SetParent()
125 if ( pConditionalFormat != pParentFormat ) in SetParent()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/docnode/
H A Dnode.cxx106 const SwFormat* pParentFormat, in SetParent() argument
111 OSL_ENSURE( pParentFormat || !pConditionalFormat, "ConditionalFormat without ParentFormat?" ); in SetParent()
113 const SwAttrSet* pParentSet = pParentFormat ? &pParentFormat->GetAttrSet() : nullptr; in SetParent()
123 if ( pParentFormat ) in SetParent()
126 … SwStyleNameMapper::FillProgName( pParentFormat->GetName(), sVal, SwGetPoolIdFromName::TxtColl ); in SetParent()
130 if ( pConditionalFormat != pParentFormat ) in SetParent()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/utlui/
H A Dcontent.cxx375 SwSectionFormat* pParentFormat = pFormat->GetParent(); in Init() local
376 while(pParentFormat) in Init()
379 pParentFormat = pParentFormat->GetParent(); in Init()
680 SwSectionFormat* pParentFormat = pFormat->GetParent(); in FillMemberList() local
681 while(pParentFormat) in FillMemberList()
684 pParentFormat = pParentFormat->GetParent(); in FillMemberList()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Ddocxexport.cxx576 const SwSectionFormat* pParentFormat = rSect.GetFormat()->GetParent(); in OutputEndNode() local
577 if( !pParentFormat ) in OutputEndNode()
578 pParentFormat = reinterpret_cast<SwSectionFormat*>(sal_IntPtr(-1)); in OutputEndNode()
586 AppendSection( m_pCurrentPageDesc, pParentFormat, nRstLnNum ); in OutputEndNode()
H A Dwrtww8.cxx2495 const SwFrameFormat* pParentFormat = in GetTablePageSize() local
2499 aRect = pParentFormat->FindLayoutRect(true); in GetTablePageSize()
2502 const SvxLRSpaceItem& rLR = pParentFormat->GetLRSpace(); in GetTablePageSize()
2503 nPageSize = pParentFormat->GetFrameSize().GetWidth() - rLR.GetLeft() in GetTablePageSize()
2803 const SwSectionFormat* pParentFormat = rSect.GetFormat()->GetParent(); in WriteText() local
2804 if ( !pParentFormat ) in WriteText()
2805 pParentFormat = reinterpret_cast<SwSectionFormat*>(sal_IntPtr(-1)); in WriteText()
2814 AppendSection( m_pCurrentPageDesc, pParentFormat, nRstLnNum ); in WriteText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunosect.cxx251 SwSectionFormat *const pParentFormat = rSectionFormat.GetParent(); in getParentSection() local
253 pParentFormat ? CreateXTextSection(pParentFormat) : nullptr; in getParentSection()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunosect.cxx250 SwSectionFormat *const pParentFormat = rSectionFormat.GetParent(); in getParentSection() local
252 pParentFormat ? CreateXTextSection(pParentFormat) : nullptr; in getParentSection()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxexport.cxx577 const SwSectionFormat* pParentFormat = rSect.GetFormat()->GetParent(); in OutputEndNode() local
578 if( !pParentFormat ) in OutputEndNode()
579 pParentFormat = reinterpret_cast<SwSectionFormat*>(sal_IntPtr(-1)); in OutputEndNode()
587 AppendSection( m_pCurrentPageDesc, pParentFormat, nRstLnNum ); in OutputEndNode()
H A Dwrtww8.cxx2472 const SwFrameFormat* pParentFormat = in GetTablePageSize() local
2476 aRect = pParentFormat->FindLayoutRect(true); in GetTablePageSize()
2480 const SvxLRSpaceItem& rLR = pParentFormat->GetLRSpace(); in GetTablePageSize()
2481 nPageSize = pParentFormat->GetFrameSize().GetWidth() - rLR.GetLeft() in GetTablePageSize()
2874 const SwSectionFormat* pParentFormat = rSect.GetFormat()->GetParent(); in WriteText() local
2875 if ( !pParentFormat ) in WriteText()
2876 pParentFormat = reinterpret_cast<SwSectionFormat*>(sal_IntPtr(-1)); in WriteText()
2885 AppendSection( m_pCurrentPageDesc, pParentFormat, nRstLnNum ); in WriteText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/utlui/
H A Dcontent.cxx450 SwSectionFormat* pParentFormat = pFormat->GetParent(); in Init() local
451 while(pParentFormat) in Init()
454 pParentFormat = pParentFormat->GetParent(); in Init()
865 SwSectionFormat* pParentFormat = pFormat->GetParent(); in FillMemberList() local
866 while(pParentFormat) in FillMemberList()
869 pParentFormat = pParentFormat->GetParent(); in FillMemberList()