Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/basflt/
H A Diodetect.cxx118 SfxFilterContainer aCntSwWeb( String::CreateFromAscii( sSWRITERWEB ) ); in GetFilterOfFormat() local
119 …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() local
221 const SfxFilterContainer& rFltContainer = IsDocShellRegistered() ? aCntSw : aCntSwWeb; in IsFileFilter()
292 SfxFilterContainer aCntSwWeb( String::CreateFromAscii( sSWRITERWEB ) ); in GetFileFilter() local
293 const SfxFilterContainer* pFCntnr = IsDocShellRegistered() ? &aCntSw : &aCntSwWeb; in GetFileFilter()

Completed in 8 milliseconds