Home
last modified time | relevance | path

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

/trunk/main/vbahelper/source/msforms/
H A Dvbacontrols.cxx292 bool bFontSupport = false; in Add() local
298 bFontSupport = true; in Add()
304 bFontSupport = true; in Add()
315 bFontSupport = true; in Add()
321 bFontSupport = true; in Add()
327 bFontSupport = true; in Add()
333 bFontSupport = true; in Add()
341 bFontSupport = true; in Add()
349 bFontSupport = true; in Add()
355 bFontSupport = true; in Add()
[all …]
/trunk/main/oox/inc/oox/ole/
H A Daxcontrol.hxx760 explicit AxContainerModelBase( bool bFontSupport = false );
/trunk/main/oox/source/ole/
H A Daxcontrol.cxx1560 AxContainerModelBase::AxContainerModelBase( bool bFontSupport ) : in AxContainerModelBase() argument
1575 mbFontSupport( bFontSupport ) in AxContainerModelBase()