Searched refs:aCharFmt (Results 1 – 5 of 5) sorted by relevance
/aoo4110/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() 1279 pListInfo->aCharFmt, bDummy ); in WW8ListManager() 1412 WW8aCFmt aCharFmt; // Zeichen Style Pointer in WW8ListManager() local 1414 memset(&aCharFmt, 0, sizeof( aCharFmt )); in WW8ListManager() 1503 AdjustLVL( nLevel, *pLFOInfo->pNumRule, aItemSet, aCharFmt, in WW8ListManager()
|
H A D | ww8par.hxx | 258 WW8aCFmt& aCharFmt,
|
/aoo4110/main/sw/source/core/doc/ |
H A D | doclay.cxx | 1521 SwFmtCharFmt aCharFmt( pCharFmt ); in lcl_InsertLabel() local 1522 pNew->InsertItem( aCharFmt, 0, in lcl_InsertLabel() 1829 SwFmtCharFmt aCharFmt( pCharFmt ); in lcl_InsertDrawLabel() local 1830 pNew->InsertItem( aCharFmt, 0, nSepIdx + 1, in lcl_InsertDrawLabel()
|
H A D | docnew.cxx | 507 SwFmtCharFmt aCharFmt(NULL); in ~SwDoc() local 508 SetDefault(aCharFmt); in ~SwDoc()
|
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()
|
Completed in 72 milliseconds