Home
last modified time | relevance | path

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

/aoo4110/main/desktop/source/deployment/gui/
H A Dlicense_dialog.cxx61 sal_Bool mbEndReached; member in dp_gui::LicenseView
72 sal_Bool EndReached() const { return mbEndReached; } in EndReached()
73 void SetEndReached( sal_Bool bEnd ) { mbEndReached = bEnd; } in SetEndReached()
126 mbEndReached = IsEndReached(); in LicenseView()
172 mbEndReached = IsEndReached(); in Notify()
176 if ( ! mbEndReached ) in Notify()
177 mbEndReached = IsEndReached(); in Notify()
/aoo4110/main/framework/inc/services/
H A Dlicensedlg.hxx44 sal_Bool mbEndReached; member in framework::LicenseView
55 sal_Bool EndReached() const { return mbEndReached; } in EndReached()
56 void SetEndReached( sal_Bool bEnd ) { mbEndReached = bEnd; } in SetEndReached()
/aoo4110/main/extensions/source/preload/
H A Doemwiz.hxx91 sal_Bool mbEndReached; member in preload::LicenceView
102 sal_Bool EndReached() const { return mbEndReached; } in EndReached()
103 void SetEndReached( sal_Bool bEnd ) { mbEndReached = bEnd; } in SetEndReached()
H A Doemwiz.cxx392 mbEndReached = IsEndReached(); in LicenceView()
445 mbEndReached = IsEndReached(); in Notify()
449 if ( ! mbEndReached ) in Notify()
450 mbEndReached = IsEndReached(); in Notify()
/aoo4110/main/framework/source/services/
H A Dlicense.cxx561 mbEndReached = IsEndReached(); in LicenseView()
610 mbEndReached = IsEndReached(); in Notify()
614 if ( ! mbEndReached ) in Notify()
615 mbEndReached = IsEndReached(); in Notify()

Completed in 30 milliseconds