Home
last modified time | relevance | path

Searched refs:pTextBody (Results 1 – 15 of 15) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/table/
H A Dtableproperties.cxx216 void TableProperties::pullFromTextBody(oox::drawingml::TextBodyPtr pTextBody, sal_Int32 nShapeWidth) in pullFromTextBody() argument
219 sal_Int32 nNumCol = pTextBody->getTextProperties().mnNumCol; in pullFromTextBody()
230 sal_Int32 nNumPara = pTextBody->getParagraphs().size(); in pullFromTextBody()
233 sal_Int32 nFontScale = pTextBody->getTextProperties().mnFontScale; in pullFromTextBody()
243 pCellTextBody->getTextListStyle() = pTextBody->getTextListStyle(); in pullFromTextBody()
247 if (nPara < pTextBody->getParagraphs().size()) in pullFromTextBody()
250 = pTextBody->getParagraphs()[nPara]; in pullFromTextBody()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/diagram/
H A Ddiagramlayoutatoms.cxx1238 TextBodyPtr pTextBody = rShape->getTextBody(); in layoutShape() local
1239 if (!pTextBody || pTextBody->isEmpty()) in layoutShape()
1303pTextBody->getTextProperties().maPropertyMap.setProperty(PROP_TextVerticalAdjust, pTextBody->getTe… in layoutShape()
1307 for (auto & aParagraph : pTextBody->getParagraphs()) in layoutShape()
1323 for (auto & aParagraph : pTextBody->getParagraphs()) in layoutShape()
1450 TextBodyPtr pTextBody=rShape->getTextBody(); in setupShape() local
1451 if( !pTextBody ) in setupShape()
1453 pTextBody.reset( new TextBody() ); in setupShape()
1456 pTextBody->getTextListStyle() = in setupShape()
1458 pTextBody->getTextProperties() = in setupShape()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/diagram/
H A Ddiagramlayoutatoms.cxx1719 TextBodyPtr pTextBody = rShape->getTextBody(); in layoutShape() local
1720 if (!pTextBody || pTextBody->isEmpty()) in layoutShape()
1790pTextBody->getTextProperties().maPropertyMap.setProperty(PROP_TextVerticalAdjust, pTextBody->getTe… in layoutShape()
1794 for (auto & aParagraph : pTextBody->getParagraphs()) in layoutShape()
1810 for (auto & aParagraph : pTextBody->getParagraphs()) in layoutShape()
1939 TextBodyPtr pTextBody=rShape->getTextBody(); in setupShape() local
1940 if( !pTextBody ) in setupShape()
1942 pTextBody = std::make_shared<TextBody>(); in setupShape()
1945 pTextBody->getTextListStyle() = in setupShape()
1947 pTextBody->getTextProperties() = in setupShape()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/inc/drawingml/table/
H A Dtablecell.hxx67 … setTextBody( const oox::drawingml::TextBodyPtr& pTextBody ){ mpTextBody = pTextBody; }; in setTextBody() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/inc/drawingml/table/
H A Dtablecell.hxx73 … setTextBody( const oox::drawingml::TextBodyPtr& pTextBody ){ mpTextBody = pTextBody; }; in setTextBody() argument
H A Dtableproperties.hxx64 void pullFromTextBody(oox::drawingml::TextBodyPtr pTextBody, sal_Int32 nShapeWidth);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/ppt/
H A Dpptshape.cxx231 if (TextBodyPtr pTextBody = getTextBody()) in addShape() local
233 sal_Int32 nNumCol = pTextBody->getTextProperties().mnNumCol; in addShape()
240 pTableProperties->pullFromTextBody(pTextBody, maSize.Width); in addShape()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/
H A Dshape.cxx449 const TextBodyPtr& pTextBody, in lcl_createPresetShape() argument
452 if (!xShape.is() || !pCustomShapePropertiesPtr || !pTextBody) in lcl_createPresetShape()
531 const TextParagraphVector& rParagraphs = pTextBody->getParagraphs(); in lcl_createPresetShape()
606 pTextBody->getTextProperties().maPropertyMap.getProperty(PROP_FromWordArt) >>= bFromWordArt; in lcl_createPresetShape()
1638 void Shape::setTextBody(const TextBodyPtr & pTextBody) in setTextBody() argument
1640 mpTextBody = pTextBody; in setTextBody()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/
H A Dshape.cxx442 const TextBodyPtr& pTextBody, in lcl_createPresetShape() argument
445 if (!xShape.is() || !pCustomShapePropertiesPtr || !pTextBody) in lcl_createPresetShape()
524 const TextParagraphVector& rParagraphs = pTextBody->getParagraphs(); in lcl_createPresetShape()
596 pTextBody->getTextProperties().maPropertyMap.getProperty(PROP_FromWordArt) >>= bFromWordArt; in lcl_createPresetShape()
1883 void Shape::setTextBody(const TextBodyPtr & pTextBody) in setTextBody() argument
1885 mpTextBody = pTextBody; in setTextBody()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/drawingml/
H A Dshape.hxx171 void setTextBody(const TextBodyPtr & pTextBody);
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/oox/drawingml/
H A Dshape.hxx176 void setTextBody(const TextBodyPtr & pTextBody);
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcdosys.h421 virtual HRESULT WINAPI get_TextBody(BSTR *pTextBody) = 0;
489 HRESULT (WINAPI *get_TextBody)(IMessage *This,BSTR *pTextBody);
559 #define IMessage_get_TextBody(This,pTextBody) (This)->lpVtbl->get_TextBody(This,pTextBody) argument
644 HRESULT WINAPI IMessage_get_TextBody_Proxy(IMessage *This,BSTR *pTextBody);
H A Dcdoex.h627 virtual HRESULT WINAPI get_TextBody(BSTR *pTextBody) = 0;
695 HRESULT (WINAPI *get_TextBody)(IMessage *This,BSTR *pTextBody);
765 #define IMessage_get_TextBody(This,pTextBody) (This)->lpVtbl->get_TextBody(This,pTextBody) argument
850 HRESULT WINAPI IMessage_get_TextBody_Proxy(IMessage *This,BSTR *pTextBody);
1788 virtual HRESULT WINAPI get_TextBody(BSTR *pTextBody) = 0;
1863 HRESULT (WINAPI *get_TextBody)(IAppointment *This,BSTR *pTextBody);
1940 #define IAppointment_get_TextBody(This,pTextBody) (This)->lpVtbl->get_TextBody(This,pTextBody) argument
2055 HRESULT WINAPI IAppointment_get_TextBody_Proxy(IAppointment *This,BSTR *pTextBody);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcdosys.h421 virtual HRESULT WINAPI get_TextBody(BSTR *pTextBody) = 0;
489 HRESULT (WINAPI *get_TextBody)(IMessage *This,BSTR *pTextBody);
559 #define IMessage_get_TextBody(This,pTextBody) (This)->lpVtbl->get_TextBody(This,pTextBody) argument
644 HRESULT WINAPI IMessage_get_TextBody_Proxy(IMessage *This,BSTR *pTextBody);
H A Dcdoex.h627 virtual HRESULT WINAPI get_TextBody(BSTR *pTextBody) = 0;
695 HRESULT (WINAPI *get_TextBody)(IMessage *This,BSTR *pTextBody);
765 #define IMessage_get_TextBody(This,pTextBody) (This)->lpVtbl->get_TextBody(This,pTextBody) argument
850 HRESULT WINAPI IMessage_get_TextBody_Proxy(IMessage *This,BSTR *pTextBody);
1788 virtual HRESULT WINAPI get_TextBody(BSTR *pTextBody) = 0;
1863 HRESULT (WINAPI *get_TextBody)(IAppointment *This,BSTR *pTextBody);
1940 #define IAppointment_get_TextBody(This,pTextBody) (This)->lpVtbl->get_TextBody(This,pTextBody) argument
2055 HRESULT WINAPI IAppointment_get_TextBody_Proxy(IAppointment *This,BSTR *pTextBody);