/aoo42x/main/sw/source/ui/app/ |
H A D | docstyle.cxx | 190 if(pColl) in lcl_FindParaFmt() 204 return pColl; in lcl_FindParaFmt() 406 pColl(0), in SwDocStyleSheet() 452 pColl(rOrg.pColl), in SwDocStyleSheet() 857 if( pColl && pColl->GetName() != rStr ) in SetName() 1024 if( pColl ) in SetFollow() 1267 if( pColl != &pColl->GetNextTxtFmtColl() ) in SetItemSet() 1683 if( pColl ) in FillStyleSheet() 1691 pColl = 0; in FillStyleSheet() 1912 return pColl; in GetCollection() [all …]
|
H A D | docst.cxx | 133 if(pColl) in StateStyleSheet() 134 aName = pColl->GetName(); in StateStyleSheet() 156 if(pColl) in StateStyleSheet() 157 aName = pColl->GetName(); in StateStyleSheet() 370 if(pColl) in ExecStyleSheet() 424 if(pColl) in ExecStyleSheet() 541 if(!pColl) in Edit() 566 if( pColl ) in Edit() 1020 if(pColl && !pColl->IsDefault()) in UpdateStyle() 1122 if(pColl && !pColl->IsDefault()) in MakeByExample() [all …]
|
H A D | docshini.cxx | 244 SwTxtFmtColl *pColl = mpDoc->GetTxtCollFromPool(RES_POOLCOLL_STANDARD); in InitNew() local 245 pColl->ResetFmtAttr(nFontWhich); in InitNew() 254 SwTxtFmtColl *pColl = mpDoc->GetTxtCollFromPool(RES_POOLCOLL_STANDARD); in InitNew() local 255 pColl->ResetFmtAttr(aFontHeightWhich[i]); in InitNew() 292 SwTxtFmtColl *pColl = 0; in InitNew() local 301 pColl = mpDoc->GetTxtCollFromPool(aFontIdPoolId[nIdx + 1]); in InitNew() 303 SFX_ITEM_SET != pColl->GetAttrSet().GetItemState( in InitNew() 306 pColl->SetFmtAttr(SvxFontItem(aFont.GetFamily(), aFont.GetName(), in InitNew() 313 if(!pColl) in InitNew() 314 pColl = mpDoc->GetTxtCollFromPool(aFontIdPoolId[nIdx + 1]); in InitNew() [all …]
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlcss1.cxx | 376 SwTxtFmtColl *pColl = 0; in SetTableTxtColl() local 393 if( !pColl ) in SetTableTxtColl() 1037 pParentColl = pColl; in StyleParsed() 1039 if( !pColl ) in StyleParsed() 1277 return pColl; in GetTxtCollFromPool() 1301 SwTxtFmtColl* pColl = 0; in GetTxtFmtColl() local 1354 pColl = pClassColl; in GetTxtFmtColl() 1361 pColl = pDoc->MakeTxtFmtColl( aTmp, pColl ); in GetTxtFmtColl() 1375 if( pColl ) in GetTxtFmtColl() 1378 return pColl; in GetTxtFmtColl() [all …]
|
/aoo42x/main/sw/source/core/doc/ |
H A D | fmtcol.cxx | 467 while ( pColl ) in AreListLevelIndentsApplicable() 484 pColl = dynamic_cast<const SwTxtFmtColl*>(pColl->DerivedFrom()); in AreListLevelIndentsApplicable() 485 ASSERT( pColl, in AreListLevelIndentsApplicable() 496 SwCollCondition::SwCollCondition( SwTxtFmtColl* pColl, sal_uLong nMasterCond, in SwCollCondition() argument 498 : SwClient( pColl ), nCondition( nMasterCond ) in SwCollCondition() 506 : SwClient( pColl ), nCondition( nMasterCond ) in SwCollCondition() 551 SwTxtFmtColl* pColl = GetTxtFmtColl(); in operator ==() local 552 if( !pColl ) in operator ==() 553 pColl = rCmp.GetTxtFmtColl(); in operator ==() 555 if( pColl ) in operator ==() [all …]
|
H A D | docnum.cxx | 142 SwTxtFmtColl *pColl = (*pTxtFmtCollTbl)[n]; in PropagateOutlineRule() local 163 pColl->SetFmtAttr(aNumItem); in PropagateOutlineRule() 343 SwTxtFmtColl* pColl = pTxtNd->GetTxtColl(); in OutlineUpDown() local 347 if( pColl->IsAssignedToListLevelOfOutlineStyle() ) in OutlineUpDown() 384 SwTxtFmtColl* pColl = pTxtNd->GetTxtColl(); in OutlineUpDown() local 386 if( pColl->IsAssignedToListLevelOfOutlineStyle() ) in OutlineUpDown() 399 pColl = aCollArr[ aMoveArr[nLevel] ]; in OutlineUpDown() 401 if (pColl != NULL) in OutlineUpDown() 402 pColl = (SwTxtFmtColl*)pTxtNd->ChgFmtColl( pColl ); in OutlineUpDown() 1027 SwTxtFmtColl* pColl = pTxtNd->GetTxtColl(); in SetNumRule() local [all …]
|
H A D | doclay.cxx | 1238 SwTxtFmtColl * pColl = NULL; in lcl_InsertLabel() local 1245 pColl = (*pTxtFmtCollTbl)[i]; in lcl_InsertLabel() 1249 DBG_ASSERT( pColl, "no text collection found" ); in lcl_InsertLabel() 1252 if( !pColl ) in lcl_InsertLabel() 1254 pColl = rDoc.GetTxtCollFromPool( RES_POOLCOLL_LABEL ); in lcl_InsertLabel() 1378 SwFlyStartNode, pColl ); in lcl_InsertLabel() 1606 SwTxtFmtColl *pColl = NULL; in lcl_InsertDrawLabel() local 1613 pColl = (*pTxtFmtCollTbl)[i]; in lcl_InsertDrawLabel() 1617 DBG_ASSERT( pColl, "no text collection found" ); in lcl_InsertDrawLabel() 1620 if( !pColl ) in lcl_InsertDrawLabel() [all …]
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | txtattr.cxx | 204 SwTxtFmtColl* pColl = 0; in ExecCharAttrArgs() local 209 pColl = rWrtSh.GetCurTxtFmtColl(); in ExecCharAttrArgs() 210 if ( pColl && !pColl->IsAutoUpdateFmt() ) in ExecCharAttrArgs() 211 pColl = 0; in ExecCharAttrArgs() 239 if ( pColl ) in ExecCharAttrArgs() 240 pColl->SetFmtAttr( aINetFmt ); in ExecCharAttrArgs() 286 if( pColl ) in ExecCharAttrArgs() 347 if(pColl && pColl->IsAutoUpdateFmt()) in ExecParaAttr() 349 rWrtSh.AutoUpdatePara(pColl, *pSet); in ExecParaAttr() 511 if(pColl && pColl->IsAutoUpdateFmt()) in ExecParaAttr() [all …]
|
/aoo42x/main/sw/source/ui/wrtsh/ |
H A D | wrtsh1.cxx | 1093 SwTxtFmtColl * pColl = GetCurTxtFmtColl(); in NumOrBulletOn() local 1094 if ( pColl ) in NumOrBulletOn() 1581 SwTxtFmtColl* pColl = FindTxtFmtCollByName( rCollName ); in GetParaStyle() local 1582 if( !pColl && GETSTYLE_NOCREATE != eCreate ) in GetParaStyle() 1586 pColl = GetTxtCollFromPool( nId ); in GetParaStyle() 1588 return pColl; in GetParaStyle() 1665 SwTxtFmtColl *pColl = GetCurTxtFmtColl(); in QuickUpdateStyle() local 1668 if(pColl && !pColl->IsDefault()) in QuickUpdateStyle() 1670 FillByEx(pColl); in QuickUpdateStyle() 1673 SetTxtFmtColl(pColl); in QuickUpdateStyle() [all …]
|
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh5.cxx | 116 const ScDBCollection* pColl, in lcl_GetDBNearCursor() argument 123 if (!pColl) in lcl_GetDBNearCursor() 128 sal_uInt16 nCount = pColl->GetCount(); in lcl_GetDBNearCursor() 134 ScDBData* pDB = (*pColl)[i]; in lcl_GetDBNearCursor() 301 pDBData = (*pColl)[nUnnamedDBIndex]; in GetDBData() 357 aNewName = pColl->GetNewDefaultDBName(); in GetDBData() 374 pColl->Insert( pDBData ); in GetDBData() 507 ScDPCollection* pColl = aDocument.GetDPCollection(); in RefreshPivotTables() local 508 if ( pColl ) in RefreshPivotTables() 513 sal_uInt16 nCount = pColl->GetCount(); in RefreshPivotTables() [all …]
|
/aoo42x/main/sw/source/ui/config/ |
H A D | optpage.cxx | 725 SwTxtFmtColl *pColl = pWrtShell->GetTxtCollFromPool(nType); in lcl_SetColl() local 737 SwTxtFmtColl *pColl = pWrtShell->GetTxtCollFromPool(nType); in lcl_SetColl() local 816 pColl->ResetFmtAttr(nFontWhich); in FillItemSet() 825 pColl->ResetFmtAttr(nFontHeightWhich); in FillItemSet() 990 const SvxFontItem& rFont = !nFontGroup ? pColl->GetFont() : in Reset() 991 FONT_GROUP_CJK == nFontGroup ? pColl->GetCJKFont() : pColl->GetCTLFont(); in Reset() 1002 FONT_GROUP_CJK == nFontGroup ? pColl->GetCJKFont() : pColl->GetCTLFont(); in Reset() 1013 FONT_GROUP_CJK == nFontGroup ? pColl->GetCJKFont() : pColl->GetCTLFont(); in Reset() 1022 pColl = pWrtShell->GetTxtCollFromPool(RES_POOLCOLL_LABEL); in Reset() 1025 FONT_GROUP_CJK == nFontGroup ? pColl->GetCJKFont() : pColl->GetCTLFont(); in Reset() [all …]
|
/aoo42x/main/sw/source/core/edit/ |
H A D | edfcol.cxx | 95 SwTxtFmtColl *pColl; in MakeTxtFmtColl() local 98 if ( (pColl=GetDoc()->MakeTxtFmtColl(rFmtCollName, pParent)) == 0 ) in MakeTxtFmtColl() 102 return pColl; in MakeTxtFmtColl() 107 void SwEditShell::FillByEx(SwTxtFmtColl* pColl, sal_Bool bReset) in FillByEx() argument 112 pColl->ResetAllFmtAttr(); in FillByEx() 148 GetDoc()->ChgFmt(*pColl, aSet ); in FillByEx() 151 GetDoc()->ChgFmt(*pColl, *pSet ); in FillByEx()
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 2082 if( !pColl ) in InsertPara() 2177 if( pColl ) in SetAttrInDoc() 2704 if (!pColl) in ReadDocControls() 2711 if (pColl) in ReadDocControls() 3225 if( !pColl ) in ReadPageDescTbl() 3728 if( !pColl ) in ReadHeaderFooter() 3917 SwTxtFmtColl* pColl; in MakeColl() local 3929 return pColl; in MakeColl() 3959 return pColl; in MakeColl() 4036 return pColl; in MakeStyle() [all …]
|
H A D | rtftbl.cxx | 769 SwTxtFmtColl* pColl = aTxtCollTbl.Get( 0 ); in ReadTable() local 770 if( !pColl ) in ReadTable() 771 pColl = pDoc->GetTxtCollFromPool( RES_POOLCOLL_STANDARD, false ); in ReadTable() 784 pTNd->ChgFmtColl( pColl ); in ReadTable() 794 pColl, 0, in ReadTable() 980 SwTxtFmtColl* pColl = aTxtCollTbl.Get( 0 ); in NewTblLine() local 981 if( !pColl ) in NewTblLine() 982 pColl = pDoc->GetTxtCollFromPool( RES_POOLCOLL_STANDARD, false ); in NewTblLine() 989 pDoc->SetTxtFmtColl( *pPam, pColl ); in NewTblLine()
|
/aoo42x/main/sw/source/ui/misc/ |
H A D | docfnote.cxx | 250 SwTxtFmtColl* pColl = pInf->GetFtnTxtColl(); in Reset() local 251 if( !pColl ) in Reset() 255 ASSERT(!pColl->IsDefault(), "Defaultvorlage fuer Fussnoten ist falsch."); in Reset() 256 const sal_uInt16 nPos = aParaTemplBox.GetEntryPos(pColl->GetName()); in Reset() 261 aParaTemplBox.InsertEntry(pColl->GetName()); in Reset() 262 aParaTemplBox.SelectEntry(pColl->GetName()); in Reset() 452 SwTxtFmtColl *pColl = pSh->GetParaStyle(aFmtName, SwWrtShell::GETSTYLE_CREATEANY); in FillItemSet() local 453 ASSERT(pColl, "Absatzvorlage nicht gefunden."); in FillItemSet() 454 pInf->SetFtnTxtColl(*pColl); in FillItemSet()
|
/aoo42x/main/sw/source/filter/ascii/ |
H A D | parasc.cxx | 168 SwTxtFmtColl *pColl = 0; in CallParser() local 172 pColl = pDoc->GetTxtCollFromPool(RES_POOLCOLL_HTML_PRE, false); in CallParser() 173 if (!pColl) in CallParser() 174 pColl = pDoc->GetTxtCollFromPool(RES_POOLCOLL_STANDARD,false); in CallParser() 175 if (pColl) in CallParser() 176 pDoc->SetTxtFmtColl(*pPam, pColl); in CallParser() 203 if (pColl) in CallParser() 228 pColl->SetFmtAttr( *pItem ); in CallParser()
|
/aoo42x/main/sw/source/ui/envelp/ |
H A D | envfmt.cxx | 260 SwTxtFmtColl* pColl = pSh->GetTxtCollFromPool( static_cast< sal_uInt16 >( in IMPL_LINK_INLINE_END() local 262 ASSERT(pColl, "Text-Collection fehlt"); in IMPL_LINK_INLINE_END() 268 SfxItemSet *pCollSet = GetCollItemSet(pColl, bSender); in IMPL_LINK_INLINE_END() 290 …pDlg = pFact->CreateSwCharDlg( GetParent(), pSh->GetView(), aTmpSet, DLG_CHAR ,&pColl->GetName() ); in IMPL_LINK_INLINE_END() 311 SfxItemSet *pCollSet = GetCollItemSet(pColl, bSender); in IMPL_LINK_INLINE_END() 337 …SwParaDlg *pDlg = new SwParaDlg(GetParent(), pSh->GetView(), aTmpSet, DLG_ENVELOP, &pColl->GetName… in IMPL_LINK_INLINE_END() 370 SfxItemSet *SwEnvFmtPage::GetCollItemSet(SwTxtFmtColl* pColl, sal_Bool bSender) in GetCollItemSet() argument 377 const sal_uInt16 *pRanges = pColl->GetAttrSet().GetRanges(); in GetCollItemSet() 444 pAddrSet->Put(pColl->GetAttrSet()); in GetCollItemSet()
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmlfmt.cxx | 413 SwTxtFmtColl *pColl = pDoc->FindTxtFmtCollByName( pStyle->GetStyleName() ); in Finish() local 414 ASSERT( pColl, "Text collection not found" ); in Finish() 415 if( !pColl || RES_CONDTXTFMTCOLL != pColl->Which() ) in Finish() 439 ((SwConditionTxtFmtColl*)pColl)->InsertCondition( aCond ); in Finish() 1064 SwTxtFmtColl *pColl = rColls[i]; in UpdateTxtCollConditions() local 1065 if( pColl && RES_CONDTXTFMTCOLL == pColl->Which() ) in UpdateTxtCollConditions() 1068 ((const SwConditionTxtFmtColl *)pColl)->GetCondColls(); in UpdateTxtCollConditions() 1085 SwCondCollCondChg aMsg( pColl ); in UpdateTxtCollConditions() 1086 pColl->ModifyNotification( &aMsg, &aMsg ); in UpdateTxtCollConditions()
|
/aoo42x/main/sw/inc/ |
H A D | ndarr.hxx | 217 SwTxtFmtColl *pColl, 221 SwTxtFmtColl *pColl, 228 SwGrfFmtColl *pColl, 234 SwGrfFmtColl *pColl, 239 SwGrfFmtColl *pColl, 244 SwGrfFmtColl *pColl,
|
/aoo42x/main/sc/source/ui/undo/ |
H A D | undoutil.cxx | 109 ScDBCollection* pColl = pDoc->GetDBCollection(); in GetOldDBData() local 111 && pColl->SearchName( ScGlobal::GetRscString( STR_DB_NONAME ), nIndex )) in GetOldDBData() 113 pRet = (*pColl)[nIndex]; in GetOldDBData() 118 ? pColl->GetNewDefaultDBName() in GetOldDBData() 123 pColl->Insert( pRet ); in GetOldDBData()
|
H A D | areasave.cxx | 202 ScAreaLinkSaveCollection* pColl = NULL; in CreateFromDoc() local 214 if (!pColl) in CreateFromDoc() 215 pColl = new ScAreaLinkSaveCollection; in CreateFromDoc() 218 if (!pColl->Insert(pSaver)) in CreateFromDoc() 224 return pColl; in CreateFromDoc()
|
H A D | undobase.cxx | 393 ScDBCollection* pColl = pDoc->GetDBCollection(); in EndUndo() local 394 if ( pColl->SearchName( pAutoDBRange->GetName(), nNoNameIndex ) ) in EndUndo() 396 ScDBData* pNoNameData = (*pColl)[nNoNameIndex]; in EndUndo() 435 ScDBCollection* pColl = pDoc->GetDBCollection(); in BeginRedo() local 436 if ( pColl->SearchName( pAutoDBRange->GetName(), nNoNameIndex ) ) in BeginRedo() 438 ScDBData* pNoNameData = (*pColl)[nNoNameIndex]; in BeginRedo()
|
/aoo42x/main/sw/source/core/undo/ |
H A D | unfmco.cxx | 43 SwFmtColl* pColl, in SwUndoFmtColl() argument 49 pFmtColl( pColl ), in SwUndoFmtColl() 55 if ( pColl ) in SwUndoFmtColl() 56 aFmtName = pColl->GetName(); in SwUndoFmtColl()
|
/aoo42x/main/sc/source/ui/unoobj/ |
H A D | dapiuno.cxx | 262 if ( pColl ) in lcl_GetDPObject() 267 ScDPObject* pDPObj = (*pColl)[i]; in lcl_GetDPObject() 283 if ( pColl ) in lcl_CreatePivotName() 284 return pColl->CreateNewName(); in lcl_CreatePivotName() 340 if ( pColl ) in GetObjectByIndex_Impl() 347 ScDPObject* pDPObj = (*pColl)[i]; in GetObjectByIndex_Impl() 489 if ( pColl ) in getCount() 497 ScDPObject* pDPObj = (*pColl)[i]; in getCount() 550 if ( pColl ) in getElementNames() 559 ScDPObject* pDPObj = (*pColl)[i]; in getElementNames() [all …]
|
/aoo42x/main/sw/source/ui/utlui/ |
H A D | uitool.cxx | 308 SwTxtFmtColl* pColl = rDoc.FindTxtFmtCollByName( rColl ); in ItemSetToPageDesc() local 309 if( !pColl ) in ItemSetToPageDesc() 313 pColl = rDoc.GetTxtCollFromPool( nId ); in ItemSetToPageDesc() 315 pColl = rDoc.MakeTxtFmtColl( rColl, in ItemSetToPageDesc() 318 if( pColl ) in ItemSetToPageDesc() 319 pColl->SetFmtAttr( SwRegisterItem ( sal_True )); in ItemSetToPageDesc() 320 rPageDesc.SetRegisterFmtColl( pColl ); in ItemSetToPageDesc()
|