Searched refs:SetNotes (Results 1 – 8 of 8) sorted by relevance
1455 if( pValues[12].hasValue() ) SetNotes( *(sal_Bool*) pValues[ 12 ].getValue() ); in ReadData()1516 maOptionsPrint.SetNotes( pOpts->IsNotes() ); in SdOptionsPrintItem()1560 pOpts->SetNotes( maOptionsPrint.IsNotes() ); in SetOptions()
68 void SetNotes( sal_Bool bVal);
145 void SetNotes(sal_Bool bNew) { bNotes = bNew; } in SetNotes() function in SvxSearchItem
134 aOptions.GetOptionsPrint().SetNotes( aCbxNotes.IsChecked() ); in FillItemSet()
626 void SvtSearchOptions::SetNotes( sal_Bool bVal ) in SetNotes() function in SvtSearchOptions
650 aOpt.SetNotes ( aNotesBtn .IsChecked() ); in Close()1486 pSearchItem->SetNotes( GetCheckBoxValue( aNotesBtn ) ); in IMPL_LINK()2491 pSearchItem->SetNotes( GetCheckBoxValue( aNotesBtn ) ); in SaveToModule_Impl()
628 …void SetNotes( sal_Bool bOn = sal_True ) { if( bNotes != bOn ) { OptionsChanged(); bNotes = bOn; }… in SetNotes() function in SdOptionsPrint
435 aPrintOpts.SetNotes( bValue ); in _setPropertyValues()
Completed in 127 milliseconds