Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/dialog/
H A Dsrchdlg.cxx111 #define GetCheckBoxValue( rBox ) \ macro
1479 if (GetCheckBoxValue( aRegExpBtn )) in IMPL_LINK()
1481 else if (GetCheckBoxValue( aSimilarityBox )) in IMPL_LINK()
1484 pSearchItem->SetWordOnly( GetCheckBoxValue( aWordBtn ) ); in IMPL_LINK()
1485 pSearchItem->SetBackward( GetCheckBoxValue( aBackwardsBtn ) ); in IMPL_LINK()
1486 pSearchItem->SetNotes( GetCheckBoxValue( aNotesBtn ) ); in IMPL_LINK()
1487 pSearchItem->SetPattern( GetCheckBoxValue( aLayoutBtn ) ); in IMPL_LINK()
1488 pSearchItem->SetSelection( GetCheckBoxValue( aSelectionBtn ) ); in IMPL_LINK()
1490 pSearchItem->SetUseAsianOptions( GetCheckBoxValue( aJapOptionsCB ) ); in IMPL_LINK()
2484 if (GetCheckBoxValue( aRegExpBtn )) in SaveToModule_Impl()
[all …]