Home
last modified time | relevance | path

Searched refs:pFmt (Results 1 – 25 of 224) sorted by relevance

123456789

/aoo41x/main/sw/source/core/undo/
H A Dundraw.cxx60 SwDrawFrmFmt* pFmt; member
214 delete pTmp->pFmt; in ~SwUndoDrawGroup()
227 SwDrawFrmFmt* pFmt = pObjArr->pFmt; in UndoImpl() local
320 rSave.pFmt = pFmt; in AddObj()
334 pObjArr->pFmt = pFmt; in SetGroupFmt()
350 pObjArr->pFmt = pFmt; in SwUndoDrawUnGroup()
372 delete pTmp->pFmt; in ~SwUndoDrawUnGroup()
422 SwDrawFrmFmt* pFmt = pObjArr->pFmt; in RedoImpl() local
460 rSave.pFmt = pFmt; in AddObj()
529 delete pTmp->pFmt; in ~SwUndoDrawDelete()
[all …]
H A DSwUndoFmt.cxx81 if (pFmt && pNewSet) in RedoImpl()
83 pFmt->SetAuto(bAuto); in RedoImpl()
85 pFmt->SetPoolFmtId((pFmt->GetPoolFmtId() in RedoImpl()
89 pNew = pFmt; in RedoImpl()
128 if (pFmt) in UndoImpl()
131 pFmt->SetAuto(bAuto); in UndoImpl()
132 pFmt->SetPoolFmtId((pFmt->GetPoolFmtId() & in UndoImpl()
173 SwFmt * pFmt = Find(sNewName); in UndoImpl() local
175 if (pFmt) in UndoImpl()
183 SwFmt * pFmt = Find(sOldName); in RedoImpl() local
[all …]
/aoo41x/main/sw/source/core/unocore/
H A Dunoframe.cxx858 if(pFmt) in getName()
872 if(pFmt) in setName()
1779 if(pFmt) in getPropertyStates()
1840 if(pFmt) in setPropertyToDefault()
1938 if(pFmt) in getPropertyDefault()
2007 pFmt->GetDoc()->DelLayoutFmt(pFmt); in dispose()
2018 if(pFmt) in getAnchor()
2214 pFmt = in attachToRange()
2538 if(pFmt) in GetStartNode()
2559 if(pFmt) in createTextCursor()
[all …]
H A Dunotbl.cxx195 pFmt->GetDoc()->SetAttr(aSz, *pFmt); in lcl_SetSpecialProperty()
210 pFmt->GetDoc()->SetAttr(aDesc, *pFmt); in lcl_SetSpecialProperty()
1303 if(pFmt) in setPropertyValue()
1363 if(pFmt) in getPropertyValue()
2181 if(pFmt) in getCellByName()
2200 if(pFmt) in getCellNames()
2227 if(pFmt) in createCursorByCellName()
2346 if(pFmt) in dispose()
2466 if(pFmt) in getCellRangeByName()
2511 if(pFmt) in getDataArray()
[all …]
H A Dunosect.cxx131 : SwClient(pFmt) in Impl()
150 if (!pFmt) { in GetSectionFmtOrThrow()
154 return *pFmt; in GetSectionFmtOrThrow()
204 if (pFmt) in CreateXTextSection()
212 if (pFmt) in CreateXTextSection()
570 if (pFmt) in lcl_UpdateSection()
617 (pFmt) ? new SwSectionData(*pFmt->GetSection()) : 0); in SetPropertyValues_Impl()
1034 SwSection *const pSect = (pFmt) ? pFmt->GetSection() : 0; in GetPropertyValues_Impl()
1597 (pFmt) ? new SwSectionData(*pFmt->GetSection()) : 0); in setPropertyToDefault()
1792 if(pFmt) in getName()
[all …]
H A Dunodraw.cxx764 if(pFmt) in add()
765 pFmt->Add(pShape); in add()
975 if(pFmt) in SwXShape()
976 pFmt->Add(this); in SwXShape()
1150 if(pFmt) in setPropertyValue()
1508 if(pFmt) in getPropertyValue()
1871 if(pFmt) in setPropertyToDefault()
1877 pFmt->GetDoc()->SetAttr(aSet, *pFmt); in setPropertyToDefault()
2083 if(pFmt) in getAnchor()
2104 if(pFmt) in dispose()
[all …]
/aoo41x/main/basic/source/sbx/
H A Dsbxscan.cxx512 switch( *pFmt++ ) in printfmtnum()
520 if( *pFmt == '$' ) nWidth++, pFmt++, cPre = '$'; in printfmtnum()
527 pFmt--; break; in printfmtnum()
532 while( *pFmt == '#' ) pFmt++, nWidth++; in printfmtnum()
583 switch( *pFmt ) in printfmtstr()
591 pFmt++; in printfmtstr()
594 pFmt++; break; in printfmtstr()
597 pFmt++; break; in printfmtstr()
726 if( pFmt && !SbxBasicFormater::isBasicFormat( *pFmt ) ) in Format()
868 if( pFmt ) in Format()
[all …]
/aoo41x/main/sw/source/core/txtnode/
H A Datrflyin.cxx47 pFmt( pFrmFmt ) in SwFmtFlyCnt()
61 return new SwFmtFlyCnt( pFmt ); in Clone()
108 SwFrmFmt* pFmt = GetFlyCnt().GetFrmFmt(); in CopyFlyFmt() local
116 SwFmtAnchor aAnchor( pFmt->GetAnchor() ); in CopyFlyFmt()
182 && RES_DRAWFRMFMT != pFmt->Which() ) in SetAnchor()
183 pFmt->DelFrms(); in SetAnchor()
186 if( pDoc != pFmt->GetDoc() ) in SetAnchor()
194 pFmt->GetDoc()->DelLayoutFmt( pFmt ); in SetAnchor()
199 RES_DRAWFRMFMT != pFmt->Which() ) in SetAnchor()
201 pFmt->LockModify(); in SetAnchor()
[all …]
/aoo41x/main/sw/source/core/doc/
H A Dnumber.cxx358 const SwCharFmt* pFmt = 0; in Modify() local
364 pFmt = GetCharFmt(); in Modify()
368 if( pFmt && !pFmt->GetDoc()->IsInDtor() ) in Modify()
533 SwNumFmt* pFmt; in SwNumRule() local
540 pFmt = new SwNumFmt; in SwNumRule()
564 pFmt = new SwNumFmt; in SwNumRule()
566 pFmt->SetStart( 1 ); in SwNumRule()
604 pFmt = new SwNumFmt; in SwNumRule()
607 pFmt->SetStart( 1 ); in SwNumRule()
698 SwCharFmt* pFmt; in CheckCharFmts() local
[all …]
H A Dtblafmt.cxx602 return *pFmt; in GetBoxFmt()
624 pFmt = new SwBoxAutoFmt; in UpdateFromSet()
625 aBoxAutoFmt[ nPos ] = pFmt; in UpdateFromSet()
675 return *pFmt; in UpdateFromSet()
807 aBoxAutoFmt[ i ] = pFmt; in Load()
810 delete pFmt; in Load()
842 aBoxAutoFmt[ i ] = pFmt; in LoadOld()
845 delete pFmt; in LoadOld()
880 pFmt = pDfltBoxAutoFmt; in Save()
882 bRet = pFmt->Save( rStream ); in Save()
[all …]
H A Ddoclay.cxx141 SwFrmFmt *pFmt = 0; in MakeLayoutFmt() local
220 return pFmt; in MakeLayoutFmt()
291 pFmt->DelFrms(); in DelLayoutFmt()
370 DelFrmFmt( pFmt ); in DelLayoutFmt()
737 return pFmt; in _MakeFlySection()
745 SwFlyFrmFmt* pFmt = 0; in MakeFlySection() local
793 return pFmt; in MakeFlySection()
811 if( pFmt ) in MakeFlyAndMove()
922 return pFmt; in MakeFlyAndMove()
1015 pFmt->MakeFrms(); in InsertDrawObj()
[all …]
H A Ddocdraw.cxx222 SwDrawFrmFmt *pFmt = 0L; in GroupSelection() local
265 pUndo->AddObj( i, pFmt, pObj ); in GroupSelection()
267 DelFrmFmt( pFmt ); in GroupSelection()
281 pFmt->SetFmtAttr( aAnch ); in GroupSelection()
283 pFmt->SetPositionLayoutDir( in GroupSelection()
307 pUndo->SetGroupFmt( pFmt ); in GroupSelection()
395 pUndo->AddObj( i2, pFmt ); in UnGroupSelection()
519 pUndo->AddObj( i, pFmt, rMark ); in DeleteSelection()
521 DelFrmFmt( pFmt ); in DeleteSelection()
556 if( RES_FLYFRMFMT == pFmt->Which() ) in _ZSortFly()
[all …]
H A Ddocfmt.cxx1400 if( pFmt->ISA( SwTableBoxFmt ) || pFmt->ISA( SwTableLineFmt )) in DelFrmFmt()
1404 delete pFmt; in DelFrmFmt()
1454 return pFmt; in MakeFlyFrmFmt()
1463 return pFmt; in MakeDrawFrmFmt()
1509 return pFmt; in MakeTblFrmFmt()
1519 pFmt->SetAuto(bAuto); in MakeFrmFmt()
1536 return pFmt; in MakeFrmFmt()
1574 return pFmt; in MakeCharFmt()
1771 SwTxtFmtColl *pFmt, in SetTxtFmtColl() argument
2374 return pFmt; in MakeTableBoxFmt()
[all …]
/aoo41x/main/sw/source/ui/app/
H A Ddocstyle.cxx150 if(pFmt) in lcl_FindCharFmt()
162 return pFmt; in lcl_FindCharFmt()
233 if(pFmt) in lcl_FindFrmFmt()
244 return pFmt; in lcl_FindFrmFmt()
938 if( pFmt && pFmt->DerivedFrom() && in SetParent()
1703 if( pFmt ) in FillStyleSheet()
1722 if( pFmt ) in FillStyleSheet()
2255 if(pFmt) in Remove()
2269 if(pFmt) in Remove()
2330 if( pFmt && pFmt->DerivedFrom() && in SetParent()
[all …]
H A Dapplab.cxx113 ASSERT( pFmt, "Fly not inserted" ); in lcl_InsertBCText()
132 return pFmt; in lcl_InsertBCText()
153 ASSERT( pFmt, "Fly not inserted" ); in lcl_InsertLabText()
168 return pFmt; in lcl_InsertLabText()
325 pFmt->SetFmtAttr(aFrmSize); in InsertLab()
330 pFmt->SetFmtAttr(aFrmLRSpace); in InsertLab()
334 pFmt->SetFmtAttr(aFrmULSpace); in InsertLab()
339 SwFmtVertOrient aFrmVertOrient( pFmt->GetVertOrient() ); in InsertLab()
341 pFmt->SetFmtAttr(aFrmVertOrient); in InsertLab()
401 lcl_InsertLabText( *pSh, rItem, *pFmt, *pFldMgr, in InsertLab()
[all …]
/aoo41x/main/sw/source/ui/config/
H A Duinums.cxx240 if( pFmt ) in SwNumRulesWithName()
279 if( pFmt ) in operator =()
327 _SwNumFmtGlobal* pFmt; in MakeNumRule() local
332 pFmt->ChgNumFmt( rSh, aNew ); in MakeNumRule()
348 if( pFmt ) in Store()
351 pFmt->Store( rStream ); in Store()
368 if( pFmt ) in _SwNumFmtGlobal()
635 SwCharFmt* pFmt = 0; in ChgNumFmt() local
646 pFmt = 0; in ChgNumFmt()
649 if( !pFmt ) in ChgNumFmt()
[all …]
/aoo41x/main/sw/source/core/frmedt/
H A Dfefly1.cxx351 if( pFmt && FLY_AT_FLY == pFmt->GetAnchor().GetAnchorId() ) in IsFlyInFly()
845 SwFlyFrmFmt* pFmt = 0; in Insert() local
900 if( pFmt ) in Insert()
928 if( pFmt ) in InsertObject()
939 return pFmt; in InsertObject()
977 if ( pFmt ) in InsertDrawObj()
1001 const SwFrmFmt* pFmt; in GetPageObjs() local
1027 SwFrmFmt* pFmt; in SetPageObjsNewPage() local
1054 pFmt->DelFrms(); in SetPageObjsNewPage()
1507 pFmt->GetDoc()->SetAttr( aFrmSz, *pFmt ); in RequestObjectResize()
[all …]
/aoo41x/main/editeng/source/outliner/
H A Doutliner.cxx393 if (!pFmt) in GetBulletsNumberingStatus()
1028 if ( pFmt && ( pFmt->GetNumberingType() != SVX_NUM_NUMBER_NONE ) ) in PaintBullet()
1548 return pFmt; in GetNumberFormat()
1668 if ( pFmt ) in ImpCalcBulletArea()
1676 const short nSpaceBefore = pFmt->GetAbsLSpace() + pFmt->GetFirstLineOffset(); in ImpCalcBulletArea()
1778 aInfo.nType = pFmt ? pFmt->GetNumberingType() : 0; in GetBulletInfo()
1780 if( pFmt ) in GetBulletInfo()
1976 if( pFmt == 0 ) in ImplGetNumbering()
1986 pParaFmt = pFmt; in ImplGetNumbering()
2019 if( pFmt && ( pFmt->GetNumberingType() != SVX_NUM_BITMAP ) ) in ImplCalcBulletText()
[all …]
/aoo41x/main/sw/source/core/docnode/
H A Dndsect.cxx198 pFmt->SetFmtAttr( *pAttr ); in InsertSwSection()
532 SFX_ITEM_SET != pFmt->GetItemState( in DelSectionFmt()
591 delete pFmt; in DelSectionFmt()
655 pFmt->SetFmtAttr( *pAttr ); in UpdateSection()
1069 if( pFmt ) in ~SwSectionNode()
1073 pFmt->LockModify(); in ~SwSectionNode()
1075 pFmt->UnlockModify(); in ~SwSectionNode()
1371 if( pFmt ) in NodesArrChgd()
1374 SwDoc* pDoc = pFmt->GetDoc(); in NodesArrChgd()
1382 pFmt->LockModify(); in NodesArrChgd()
[all …]
H A Dsection.cxx238 SwSectionFmt* pFmt = GetFmt(); in ~SwSection() local
239 if( !pFmt ) in ~SwSection()
242 SwDoc* pDoc = pFmt->GetDoc(); in ~SwSection()
268 if( !pFmt->GetDepends() ) in ~SwSection()
317 SwSectionFmt* pFmt = GetFmt(); in ImplSetHiddenFlag() local
319 if( pFmt ) in ImplSetHiddenFlag()
335 pFmt->DelFrms(); in ImplSetHiddenFlag()
351 pFmt->MakeFrms(); in ImplSetHiddenFlag()
372 return (pFmt) in IsProtect()
382 return (pFmt) in IsEditInReadonly()
[all …]
/aoo41x/main/sw/source/filter/rtf/
H A Drtftbl.cxx300 SwTableBoxFmt* pFmt = pBoxFmt; in ReadTable() local
326 nSize += pFmt->GetFrmSize().GetWidth(); in ReadTable()
347 SvxBoxItem aBox(pFmt->GetBox()); in ReadTable()
429 pFmt->SetFmtAttr(aBox); in ReadTable()
583 nLSpace != pFmt->GetLRSpace().GetLeft() ) in ReadTable()
586 ((SfxItemSet&)pFmt->GetAttrSet()).Put( aL ); in ReadTable()
597 nLSpace != pFmt->GetLRSpace().GetLeft() in ReadTable()
613 pFmt = pTableNode->GetTable().GetFrmFmt(); in ReadTable()
617 ((SfxItemSet&)pFmt->GetAttrSet()).Put( aSz ); in ReadTable()
669 SwFrmFmt* pFmt = rTable.GetFrmFmt(); in ReadTable() local
[all …]
/aoo41x/main/sw/inc/
H A Dswevent.hxx82 const SwFrmFmt* pFmt; member
90 const SwFrmFmt* pFmt; member
97 { PTR.pFmt = 0; PTR.IMAP.pIMapObj = 0; } in SwCallMouseEvent()
99 void Set( SwCallEventObjectType eTyp, const SwFrmFmt* pFmt ) in Set()
100 { eType = eTyp; PTR.pFmt = pFmt; PTR.IMAP.pIMapObj = 0; } in Set()
102 void Set( const SwFrmFmt* pFmt, const IMapObject* pIMapObj ) in Set()
103 { eType = EVENT_OBJECT_IMAGEMAP; PTR.pFmt = pFmt; PTR.IMAP.pIMapObj = pIMapObj; } in Set()
111 PTR.pFmt == rEvent.PTR.pFmt && in operator ==()
118 { eType = EVENT_OBJECT_NONE; PTR.pFmt = 0; PTR.IMAP.pIMapObj = 0; } in Clear()
/aoo41x/main/sw/source/core/table/
H A Dswtable.cxx263 : SwClient( pFmt ), in SwTable()
309 if( !pFmt->GetDepends() ) in ~SwTable()
310 pFmt->GetDoc()->DelTblFrmFmt( pFmt ); // und loeschen in ~SwTable()
351 pFmt->LockModify(); in lcl_ModifyLines()
353 pFmt->UnlockModify(); in lcl_ModifyLines()
943 SwFrmFmt *pFmt = GetFrmFmt(); in SetTabCols() local
1575 : SwClient( pFmt ), in SwTableLine()
1802 *pNewFmt = *pFmt; in CheckBoxFmt()
1808 pFmt = pNewFmt; in CheckBoxFmt()
1811 return pFmt; in CheckBoxFmt()
[all …]
/aoo41x/main/sw/source/ui/shells/
H A Dfrmsh.cxx102 if(pFmt->GetName() == rName) in lcl_GetFrmFmtByName()
103 return pFmt; in lcl_GetFrmFmtByName()
181 SwFrmFmt* pFmt = rSh.GetCurFrmFmt(); in Execute() local
182 if(pFmt && pFmt->IsAutoUpdateFmt()) in Execute()
184 rSh.AutoUpdateFrame(pFmt, aSet); in Execute()
529 if(pFmt && pFmt->IsAutoUpdateFmt()) in Execute()
680 if ( bCopyToFmt && pFmt && pFmt->IsAutoUpdateFmt() ) in Execute()
806 if (pFmt) in GetState()
867 !pFmt || pFmt->GetChain().GetNext() ) in GetState()
888 !pFmt || !pFmt->GetChain().GetNext() ) in GetState()
[all …]
/aoo41x/main/sw/source/ui/dialog/
H A Duiregionsw.cxx89 const SwSectionFmt* pFmt; in lcl_FillList() local
97 pFmt->IsInNodesArr() && in lcl_FillList()
230 SwSectionFmt *pFmt = rSect.GetFmt(); in SV_IMPL_OP_PTRARR_SORT() local
231 if( pFmt ) in SV_IMPL_OP_PTRARR_SORT()
233 m_Col = pFmt->GetCol(); in SV_IMPL_OP_PTRARR_SORT()
234 m_Brush = pFmt->GetBackground(); in SV_IMPL_OP_PTRARR_SORT()
518 if (!pFmt) in RecurseList()
525 pFmt->IsInNodesArr() && in RecurseList()
537 RecurseList( pFmt, pEntry ); in RecurseList()
556 if( pFmt->IsInNodesArr() && in RecurseList()
[all …]

Completed in 531 milliseconds

123456789