Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx1684 if (pValue && !bSetInDialog) in Import()
1943 if ( bSetInDialog ) in Import()
2511 if ( bSetInDialog && mpParent != NULL ) in Import()
2567 if ( bSetInDialog ) in Import()
3677 bSetInDialog = true;// UserForm control only in OCX_MultiPage()
3787 bSetInDialog = true;// UserForm control only in OCX_Page()
3855 bSetInDialog = true;// UserForm control only in OCX_Frame()
4763 if (pValue && !bSetInDialog) in Import()
5210 if ( !bSetInDialog ) in Read()
5570 if ( bSetInDialog ) in Import()
[all …]
/trunk/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx227 bSetInDialog(sal_False), mpParent( parent ) {} in OCX_Control()
257 void SetInDialog(bool bState) { bSetInDialog = bState; } in SetInDialog()
258 bool GetInDialog() { return bSetInDialog; } in GetInDialog()
296 bool bSetInDialog; member in OCX_Control