Home
last modified time | relevance | path

Searched refs:SetFrameFormat (Results 1 – 25 of 34) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dcolfrm.cxx237 SetFrameFormat( pDoc->GetDfltFrameFormat() ); in ChgColumns()
247 SetFrameFormat( pDoc->GetColumnContFormat() ); in ChgColumns()
H A Dpagechg.cxx735 SetFrameFormat( pFormat ); in SetPageDesc()
1211 pPage->SetFrameFormat( pFormatWish ); in CheckPageDescs()
1221 pPage->SetFrameFormat( pFormatWish ); in CheckPageDescs()
1605 pPage->SetFrameFormat(pFormat); in AssertFlyPages()
H A Dssfrm.cxx405 void SwLayoutFrame::SetFrameFormat(SwFrameFormat* pNew) in SetFrameFormat() function in SwLayoutFrame
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dcolfrm.cxx236 SetFrameFormat( pDoc->GetDfltFrameFormat() ); in ChgColumns()
246 SetFrameFormat( pDoc->GetColumnContFormat() ); in ChgColumns()
H A Dpagechg.cxx733 SetFrameFormat( pFormat ); in SetPageDesc()
1153 pPage->SetFrameFormat( pFormatWish ); in CheckPageDescs()
1163 pPage->SetFrameFormat( pFormatWish ); in CheckPageDescs()
1577 pPage->SetFrameFormat(pFormat); in AssertFlyPages()
H A Dssfrm.cxx403 void SwLayoutFrame::SetFrameFormat( SwFrameFormat *pNew ) in SetFrameFormat() function in SwLayoutFrame
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/basflt/
H A Dfltshell.cxx939 void SwFltAnchor::SetFrameFormat(SwFrameFormat * _pFrameFormat) in SetFrameFormat() function in SwFltAnchor
963 m_pFltAnchor->SetFrameFormat(nullptr); in Notify()
968 m_pFltAnchor->SetFrameFormat(nullptr); in Notify()
978 m_pFltAnchor->SetFrameFormat(pFrameFormat); in Notify()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Dlayfrm.hxx121 void SetFrameFormat( SwFrameFormat* );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Dlayfrm.hxx121 void SetFrameFormat( SwFrameFormat* );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/basflt/
H A Dfltshell.cxx969 void SwFltAnchor::SetFrameFormat(SwFrameFormat * _pFrameFormat) in SetFrameFormat() function in SwFltAnchor
999 m_pFltAnchor->SetFrameFormat(pFrameFormat); in Notify()
1005 m_pFltAnchor->SetFrameFormat(nullptr); in Notify()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/inc/
H A Dfltshell.hxx199 void SetFrameFormat(SwFrameFormat* _pFrameFormat);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/inc/
H A Dfltshell.hxx200 void SetFrameFormat(SwFrameFormat* _pFrameFormat);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/app/
H A Ddocst.cxx1107 pSh->SetFrameFormat( pStyle->GetFrameFormat() ); in ApplyStyles()
1240 pCurrWrtShell->SetFrameFormat( pFrame, true ); in UpdateStyle()
1386 pCurrWrtShell->SetFrameFormat(pFrame); in MakeByExample()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dunodraw.hxx201 void SetFrameFormat(SwFrameFormat* pFormat) in SetFrameFormat() function in SwXShape
H A Dfesh.hxx398 …void SetFrameFormat( SwFrameFormat *pFormat, bool bKeepOrient = false, Point const * pDocPos = nul…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dunodraw.hxx202 void SetFrameFormat(SwFrameFormat* pFormat) in SetFrameFormat() function in SwXShape
H A Dfesh.hxx394 …void SetFrameFormat( SwFrameFormat *pFormat, bool bKeepOrient = false, Point const * pDocPos = nul…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/app/
H A Ddocst.cxx1169 pSh->SetFrameFormat( pStyle->GetFrameFormat() ); in ApplyStyles()
1307 pCurrWrtShell->SetFrameFormat( pFrame, true ); in UpdateStyle()
1458 pCurrWrtShell->SetFrameFormat(pFrame); in MakeByExample()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunodraw.cxx725 pShape->SetFrameFormat(pFormat); in add()
922 SetFrameFormat(pFormat); in SwXShape()
947 pSwShape->SetFrameFormat(pFormat); in AddExistingShapeToFormat()
2781 pSwShape->SetFrameFormat(pShapeFormat); in add()
H A Dunotbl.cxx1950 void SetFrameFormat(SwFrameFormat& rFrameFormat) in SetFrameFormat() function in SwXTextTable::Impl
2152 m_pImpl->SetFrameFormat(*pTableFormat); in attach()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunodraw.cxx724 pShape->SetFrameFormat(pFormat); in add()
920 SetFrameFormat(pFormat); in SwXShape()
945 pSwShape->SetFrameFormat(pFormat); in AddExistingShapeToFormat()
2760 pSwShape->SetFrameFormat(pShapeFormat); in add()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmltab.cxx163 void SetFrameFormat( SwFrameFormat *pFormat ) { pFrameFormat = pFormat; } in SetFrameFormat() function in __anon6ae35b8c0111::HTMLTableContext
369 inline void SetFrameFormat( SwFrameFormat *pFormat, bool bBorderLine,
902 inline void HTMLTableColumn::SetFrameFormat( SwFrameFormat *pFormat, bool bBorderLine, in SetFrameFormat() function in HTMLTableColumn
1450 … const_cast<HTMLTableColumn&>(rColumn).SetFrameFormat(pFrameFormat, bBottomLine, eVOri); in FixFrameFormat()
3443 pTCntxt->SetFrameFormat( pFrameFormat ); in BuildTableCell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmltab.cxx161 void SetFrameFormat( SwFrameFormat *pFormat ) { pFrameFormat = pFormat; } in SetFrameFormat() function in HTMLTableContext
360 inline void SetFrameFormat( SwFrameFormat *pFormat, bool bBorderLine,
897 inline void HTMLTableColumn::SetFrameFormat( SwFrameFormat *pFormat, bool bBorderLine, in SetFrameFormat() function in HTMLTableColumn
1460 … const_cast<HTMLTableColumn&>(rColumn).SetFrameFormat(pFrameFormat, bBottomLine, eVOri); in FixFrameFormat()
3452 pTCntxt->SetFrameFormat( pFrameFormat ); in BuildTableCell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/frmedt/
H A Dfefly1.cxx1213 void SwFEShell::SetFrameFormat( SwFrameFormat *pNewFormat, bool bKeepOrient, Point const * pDocPos ) in SetFrameFormat() function in SwFEShell
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/frmedt/
H A Dfefly1.cxx1203 void SwFEShell::SetFrameFormat( SwFrameFormat *pNewFormat, bool bKeepOrient, Point const * pDocPos ) in SetFrameFormat() function in SwFEShell

12