Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DSortingComponent.java90 boolean bDoEnable; in SortingComponent()
95 bDoEnable = (i < 2); in SortingComponent()
229 boolean bDoEnable = (xSortListBox[CurIndex].getSelectedItemPos() != 0);
230 if (!bDoEnable)
232 moveupSortItems(CurIndex, bDoEnable); //disableListBoxesfromIndex(CurIndex);
312 private void moveupSortItems(int CurIndex, boolean bDoEnable)
315 if ((!bDoEnable) && (MAXSORTCRITERIAINDEX > CurIndex))
343 toggleSortListBox(CurIndex + 1, bDoEnable);
347 private void toggleSortListBox(int CurIndex, boolean bDoEnable)
353 …ort" + Integer.toString(CurIndex + 1), PropertyNames.PROPERTY_ENABLED, Boolean.valueOf(bDoEnable));
[all …]
H A DDBLimitedFieldSelection.java77 protected abstract void toggleControlRow(int CurIndex, boolean bDoEnable); in toggleControlRow() argument
87 protected void moveupSelectedItems(int CurIndex, boolean bDoEnable) in moveupSelectedItems() argument
90 if ((!bDoEnable) && (MAXSELINDEX > CurIndex)) in moveupSelectedItems()
103 toggleControlRow(CurIndex + 1, bDoEnable); in moveupSelectedItems()
/trunk/main/wizards/com/sun/star/wizards/form/
H A DFieldLinker.java80 boolean bDoEnable = (i < 2); in insertControlGroup()
107 Boolean.valueOf(bDoEnable), in insertControlGroup()
145 Boolean.valueOf(bDoEnable), in insertControlGroup()
168 boolean bDoEnable = (bSlaveField && bMasterField); in enableNextControlRow()
169 if (!bDoEnable) in enableNextControlRow()
171 moveupSelectedItems(curindex, bDoEnable); in enableNextControlRow()
192 protected void toggleControlRow(int i, boolean bDoEnable) in toggleControlRow() argument
196 …UnoDialog.getModel(lblSlaveFields[i]), PropertyNames.PROPERTY_ENABLED, Boolean.valueOf(bDoEnable)); in toggleControlRow()
197 …UnoDialog.getModel(lstSlaveFields[i]), PropertyNames.PROPERTY_ENABLED, Boolean.valueOf(bDoEnable)); in toggleControlRow()
198 …noDialog.getModel(lblMasterFields[i]), PropertyNames.PROPERTY_ENABLED, Boolean.valueOf(bDoEnable)); in toggleControlRow()
[all …]
/trunk/main/dbaccess/source/ui/dlg/
H A Ddbwizsetup.cxx468 sal_Bool bDoEnable = sal_False; in updateTypeDependentStates() local
472 bDoEnable = sal_True; in updateTypeDependentStates()
476 bDoEnable = m_bIsConnectable; in updateTypeDependentStates()
478 enableState(PAGE_DBSETUPWIZARD_AUTHENTIFICATION, bDoEnable); in updateTypeDependentStates()
479 enableState(PAGE_DBSETUPWIZARD_FINAL, bDoEnable ); in updateTypeDependentStates()
480 enableButtons( WZB_FINISH, bDoEnable); in updateTypeDependentStates()
H A DTextConnectionHelper.cxx322 sal_Bool bDoEnable = m_aRBAccessOtherFiles.IsChecked(); variable
323 m_aETOwnExtension.Enable(bDoEnable);
324 m_aFTExtensionExample.Enable(bDoEnable);
H A DDBSetupConnectionPages.cxx163 bool bDoEnable = OConnectionTabPageSetup::checkTestConnection(); in checkTestConnection() local
164 bDoEnable = (m_pTextConnectionHelper->GetExtension().Len() > 0) && bDoEnable; in checkTestConnection()
165 return bDoEnable; in checkTestConnection()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DReportFinalizer.java183 boolean bDoEnable = sTitle.equals(PropertyNames.EMPTY_STRING); in toggleSubTemplateControls()
184 CurUnoDialog.enableFinishButton(!bDoEnable); in toggleSubTemplateControls()

Completed in 53 milliseconds