Home
last modified time | relevance | path

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

/trunk/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()
1486 pSearchItem->SetNotes( GetCheckBoxValue( aNotesBtn ) ); in IMPL_LINK()
1487 pSearchItem->SetPattern( GetCheckBoxValue( aLayoutBtn ) ); in IMPL_LINK()
2484 if (GetCheckBoxValue( aRegExpBtn )) in SaveToModule_Impl()
2486 else if (GetCheckBoxValue( aSimilarityBox )) in SaveToModule_Impl()
2489 pSearchItem->SetWordOnly( GetCheckBoxValue( aWordBtn ) ); in SaveToModule_Impl()
2491 pSearchItem->SetNotes( GetCheckBoxValue( aNotesBtn ) ); in SaveToModule_Impl()
[all …]

Completed in 24 milliseconds