Home
last modified time | relevance | path

Searched refs:aMagicNo (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dredlnitr.cxx96 aMagicNo[SW_LATIN] = aMagicNo[SW_CJK] = aMagicNo[SW_CTL] = NULL; in CtorInitAttrIter()
117 if( !aMagicNo[SW_CJK] ) nTmp = SW_CJK; break; in CtorInitAttrIter()
119 if( !aMagicNo[SW_CTL] ) nTmp = SW_CTL; break; in CtorInitAttrIter()
121 if( !aMagicNo[SW_LATIN ] ) nTmp = SW_LATIN; in CtorInitAttrIter()
126 pFnt->GetMagic( aMagicNo[ nTmp ], aFntIdx[ nTmp ], nTmp ); in CtorInitAttrIter()
133 pFnt->GetMagic( aMagicNo[ SW_LATIN ], aFntIdx[ SW_LATIN ], SW_LATIN ); in CtorInitAttrIter()
H A Dtxtdrop.cxx718 long aMagicNo[ DROP_CACHE_SIZE ]; member in SwDropCapCache
736 memset( &aMagicNo, 0, sizeof(aMagicNo) ); in SwDropCapCache()
774 ( aTxt[ nTmpIdx ] != aStr || aMagicNo[ nTmpIdx ] != long(pFntNo) || in CalcFontSize()
808 aMagicNo[ nTmpIdx ] = long(pFntNo); in CalcFontSize()
H A Ditratr.cxx144 pFnt->SetMagic( aMagicNo[ pFnt->GetActual() ], in SeekAndChgAttrIter()
155 pFnt->SetMagic( aMagicNo[ pFnt->GetActual() ], in IsSymbol()
211 pFnt->SetMagic( aMagicNo[ pFnt->GetActual() ], in SeekStartAndChgAttrIter()
H A Ditratr.hxx69 const void* aMagicNo[ SW_SCRIPTS ]; member in SwAttrIter

Completed in 35 milliseconds