Searched refs:aCntSwWeb (Results 1 – 1 of 1) sorted by relevance
118 SfxFilterContainer aCntSwWeb( String::CreateFromAscii( sSWRITERWEB ) ); in GetFilterOfFormat() local119 …onst SfxFilterContainer* pFltCnt = pCnt ? pCnt : ( IsDocShellRegistered() ? &aCntSw : &aCntSwWeb ); in GetFilterOfFormat()134 if( pCnt || pFltCnt == &aCntSwWeb ) in GetFilterOfFormat()136 pFltCnt = &aCntSwWeb; in GetFilterOfFormat()220 SfxFilterContainer aCntSwWeb( String::CreateFromAscii( sSWRITERWEB ) ); in IsFileFilter() local221 const SfxFilterContainer& rFltContainer = IsDocShellRegistered() ? aCntSw : aCntSwWeb; in IsFileFilter()292 SfxFilterContainer aCntSwWeb( String::CreateFromAscii( sSWRITERWEB ) ); in GetFileFilter() local293 const SfxFilterContainer* pFCntnr = IsDocShellRegistered() ? &aCntSw : &aCntSwWeb; in GetFileFilter()
Completed in 6 milliseconds