Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/dialog/
H A Dsrchdlg.cxx335 aJapOptionsCB ( this, SVX_RES( CB_JAP_SOUNDS_LIKE ) ), \
493 aJapOptionsCB.Check( sal_False ); in Construct_Impl()
494 aJapOptionsCB.Hide(); in Construct_Impl()
504 aJapOptionsBtn.SetAccessibleRelationLabeledBy(&aJapOptionsCB); in Construct_Impl()
599 &aJapOptionsCB, in Construct_Impl()
649 aOpt.SetUseAsianOptions ( aJapOptionsCB .IsChecked() ); in Close()
747 aJapOptionsCB.SetClickHdl( aLink ); in InitControls_Impl()
833 pMoreBtn->AddWindow( &aJapOptionsCB ); in CalculateDelta_Impl()
881 aNewPos = aJapOptionsCB.GetPosPixel(); in CalculateDelta_Impl()
883 aJapOptionsCB.SetPosPixel( aNewPos ); in CalculateDelta_Impl()
[all …]
/AOO41X/main/svx/inc/svx/
H A Dsrchdlg.hxx204 CheckBox aJapOptionsCB; member in SvxSearchDialog