Searched refs:aCharFmt (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8par3.cxx | 416 WW8aCFmt aCharFmt; // Zeichen Style Pointer member 430 memset(&aCharFmt, 0, sizeof( aCharFmt )); in WW8LSTInfo() 1300 pListInfo->aCharFmt, bDummy ); in WW8ListManager() 1433 WW8aCFmt aCharFmt; // Zeichen Style Pointer in WW8ListManager() local 1435 memset(&aCharFmt, 0, sizeof( aCharFmt )); in WW8ListManager() 1524 AdjustLVL( nLevel, *pLFOInfo->pNumRule, aItemSet, aCharFmt, in WW8ListManager()
|
H A D | ww8par.hxx | 258 WW8aCFmt& aCharFmt,
|
/trunk/main/sw/source/core/doc/ |
H A D | doclay.cxx | 1513 SwFmtCharFmt aCharFmt( pCharFmt ); in lcl_InsertLabel() local 1514 pNew->InsertItem( aCharFmt, 0, in lcl_InsertLabel() 1821 SwFmtCharFmt aCharFmt( pCharFmt ); in lcl_InsertDrawLabel() local 1822 pNew->InsertItem( aCharFmt, 0, nSepIdx + 1, in lcl_InsertDrawLabel()
|
H A D | doctxm.cxx | 2190 SwFmtCharFmt aCharFmt( pPageNoCharFmt ); in _UpdatePageNum() local 2191 …pNd->InsertItem(aCharFmt, nStartPos, nStartPos + aNumStr.Len(), nsSetAttrMode::SETATTR_DONTEXPAND); in _UpdatePageNum() 2214 SwFmtCharFmt aCharFmt(pCharFmt); in _UpdatePageNum() local 2219 pNd->InsertItem(aCharFmt, nStartIdx, nEndIdx, nsSetAttrMode::SETATTR_DONTEXPAND); in _UpdatePageNum()
|
H A D | docnew.cxx | 525 SwFmtCharFmt aCharFmt(NULL); in ~SwDoc() local 526 SetDefault(aCharFmt); in ~SwDoc()
|
Completed in 61 milliseconds