Home
last modified time | relevance | path

Searched refs:pColl (Results 76 – 87 of 87) sorted by relevance

1234

/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx208 SwTxtFmtColl* pColl = pDoc->FindTxtFmtCollByName( rCollName ); in lcl_GetParaStyle() local
209 if( !pColl ) in lcl_GetParaStyle()
213 pColl = pDoc->GetTxtCollFromPool( nId ); in lcl_GetParaStyle()
215 return pColl; in lcl_GetParaStyle()
/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx5243 const SwFmtColl *pColl = GetCurrFmtColl(); in InsertHorzRule() local
5244 SvxLRSpaceItem aLRItem( pColl->GetLRSpace() ); in InsertHorzRule()
5258 const SwFmtColl *pColl = GetCurrFmtColl(); in InsertHorzRule() local
5259 SvxLRSpaceItem aLRItem( pColl->GetLRSpace() ); in InsertHorzRule()
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx2229 SwTxtFmtColl *pColl, in MakeTextSection() argument
2234 MakeTxtNode( SwNodeIndex( rWhere, - 1 ), pColl, pAutoAttr ); in MakeTextSection()
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx455 void AutoUpdatePara(SwTxtFmtColl* pColl, const SfxItemSet& rStyleSet);
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx548 SwTxtFmtColl * pColl = (*rDoc.GetTxtFmtColls())[i]; in lcl_GetCountOrName() local
549 if ( pColl->IsDefault() ) in lcl_GetCountOrName()
551 if ( IsPoolUserFmt ( pColl->GetPoolFmtId() ) ) in lcl_GetCountOrName()
555 *pString = pColl->GetName(); in lcl_GetCountOrName()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx3250 ScChartListenerCollection* pColl = pDocShell->GetDocument()->GetChartListenerCollection(); in ForceChartListener_Impl() local
3251 if ( pColl ) in ForceChartListener_Impl()
3253 sal_uInt16 nCollCount = pColl->GetCount(); in ForceChartListener_Impl()
3256 ScChartListener* pChartListener = (ScChartListener*)pColl->At(nIndex); in ForceChartListener_Impl()
3298 ScChartListenerCollection* pColl = pDoc->GetChartListenerCollection(); in addChartDataChangeEventListener() local
3299 String aName(lcl_UniqueName( *pColl, in addChartDataChangeEventListener()
3303 pColl->Insert( pListener ); in addChartDataChangeEventListener()
3316 ScChartListenerCollection* pColl = pDoc->GetChartListenerCollection(); in removeChartDataChangeEventListener() local
3317 pColl->FreeUno( aListener, this ); in removeChartDataChangeEventListener()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx2047 SwTxtFmtColl* pColl = rDoc.GetTxtCollFromPool( RES_POOLCOLL_STANDARD ); in UndoImpl() local
2054 SwTableBoxStartNode, pColl ); in UndoImpl()
2081 *pBox->GetSttNd()->EndOfSectionNode() ), pColl ); in UndoImpl()
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx2911 SwTxtFmtColl *pColl = in InsertTableSection() local
2914 pColl ); in InsertTableSection()
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx1753 ScOUStringCollate(CollatorWrapper* pColl) : mpCollator(pColl) {} in ScOUStringCollate()
/trunk/main/sw/source/core/doc/
H A Ddocfmt.cxx1702 void SwDoc::DelTxtFmtColl( SwTxtFmtColl *pColl, sal_Bool bBroadcast ) in DelTxtFmtColl() argument
1704 sal_uInt16 nFmt = pTxtFmtCollTbl->GetPos( pColl ); in DelTxtFmtColl()
/trunk/main/sw/inc/
H A Ddoc.hxx1312 void DelTxtFmtColl( SwTxtFmtColl* pColl, sal_Bool bBroadcast = sal_False );
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx4543 SwTxtFmtColl* pColl = in CoreLoad() local
4548 SwNormalStartNode,pColl); in CoreLoad()

Completed in 205 milliseconds

1234