/aoo41x/test/testgui/source/fvt/gui/sd/headerandfooter/ |
H A D | HeaderAndFooterSetting.java | 290 assertEquals(false, sdFooterTextOnSlide.isChecked()); in testFooterNotShowOn1stSlide() 317 assertEquals(true, sdFooterTextOnSlide.isChecked()); in testInsertApplyFooterOnSlide() 371 assertEquals(true, sdHeaderTextOnNotes.isChecked()); in testInsertApplyToAllFooterOnNotes() 376 assertEquals(true, sdFooterTextOnSlide.isChecked()); in testInsertApplyToAllFooterOnNotes() 390 assertEquals(true, sdHeaderTextOnNotes.isChecked()); in testInsertApplyToAllFooterOnNotes() 395 assertEquals(true, sdFooterTextOnSlide.isChecked()); in testInsertApplyToAllFooterOnNotes() 407 assertEquals(true, sdHeaderTextOnNotes.isChecked()); in testInsertApplyToAllFooterOnNotes() 412 assertEquals(true, sdFooterTextOnSlide.isChecked()); in testInsertApplyToAllFooterOnNotes() 441 assertEquals(true, sdFooterTextOnSlide.isChecked()); in testInsertApplyToAllFooterOnSlide() 457 assertEquals(true, sdFooterTextOnSlide.isChecked()); in testInsertApplyToAllFooterOnSlide() [all …]
|
H A D | DocumentWithHeaderFooter.java | 71 assertEquals(true, sdDateAndTimeFooterOnSlide.isChecked()); in testOpenAOO34WithHeaderFooter() 73 assertEquals(true, sdFooterTextOnSlide.isChecked()); in testOpenAOO34WithHeaderFooter() 75 assertEquals(true, sdSlideNumAsFooterOnSlide.isChecked()); in testOpenAOO34WithHeaderFooter() 89 assertEquals(false, sdSlideNumAsFooterOnSlide.isChecked()); in testOpenAOO34WithHeaderFooter() 106 assertEquals(true, sdDateAndTimeFooterOnSlide.isChecked()); in testOpenPPTWithHeaderFooter() 108 assertEquals(true, sdFooterTextOnSlide.isChecked()); in testOpenPPTWithHeaderFooter() 110 assertEquals(true, sdSlideNumAsFooterOnSlide.isChecked()); in testOpenPPTWithHeaderFooter() 124 assertEquals(false, sdSlideNumAsFooterOnSlide.isChecked()); in testOpenPPTWithHeaderFooter() 140 assertEquals(false, sdSlideNumAsFooterOnSlide.isChecked()); in testOpenPPTWithHeaderFooter()
|
/aoo41x/test/testgui/source/fvt/gui/sc/subtotals/ |
H A D | SubtotalsFunctions.java | 237 …("Wrong default value of InsertPageBreak checkbox",scSubtotalsInsertPageBreakCheckBox.isChecked()); in testDefaultUI() 238 …alse("Wrong default value of CaseSensitive checkbox",scSubtotalsCaseSensitiveCheckBox.isChecked()); in testDefaultUI() 239 …ue("Worng default value of PreSortToGroup checkbox",scSubtotalsPreSortToGroupCheckBox.isChecked()); in testDefaultUI() 240 …Wrong default value of SortAscending Radio button",scSubtotalSortAscendingRadioButton.isChecked()); in testDefaultUI() 241 …ong default value of SortDescending Radio button",scSubtotalSortDescendingRadioButton.isChecked()); in testDefaultUI() 242 …alse("Wrong default value of InludeFormat checkbox",scSubtotalsIncludeFormatsCheckBox.isChecked()); in testDefaultUI() 243 …("Wrong default value of CustomSortOrder checkbox",scSubtotalsCustomSortOrderCheckBox.isChecked()); in testDefaultUI()
|
/aoo41x/test/testgui/source/fvt/gui/sc/validity/ |
H A D | ValidityDialogDefaultValue.java | 61 …("Wrong default value of AllowBlankCells in Validity",true, scValidityAllowBlankCells.isChecked()); in testValidityUICellRange() 62 …ong default value of ShowSelectionList in Validity",true, scValidityShowSelectionList.isChecked()); in testValidityUICellRange() 63 …lt value of Sort Entries Ascending in Validity",false, scValiditySortEntriesAscending.isChecked()); in testValidityUICellRange()
|
/aoo41x/test/testgui/source/fvt/gui/sc/sort/ |
H A D | SortDialogSetting.java | 844 …e contains column labels should be checked", sortOptionsPageRangeContainsColumnLabels.isChecked()); in testSortOptionsMultipleSortSortParameterSaved() 845 assertFalse("Case sensitive should not be checked", sortOptionsPageCaseSensitive.isChecked()); in testSortOptionsMultipleSortSortParameterSaved() 846 assertFalse("Include formats should not be checked", sortOptionsPageIncludeFormats.isChecked()); in testSortOptionsMultipleSortSortParameterSaved() 859 …e contains column labels should be checked", sortOptionsPageRangeContainsColumnLabels.isChecked()); in testSortOptionsMultipleSortSortParameterSaved() 860 assertFalse("Case sensitive should not be checked", sortOptionsPageCaseSensitive.isChecked()); in testSortOptionsMultipleSortSortParameterSaved() 861 assertFalse("Include formats should not be checked", sortOptionsPageIncludeFormats.isChecked()); in testSortOptionsMultipleSortSortParameterSaved()
|
/aoo41x/test/testgui/source/fvt/gui/sd/table/ |
H A D | TableFontEffectsProperty.java | 81 assertTrue("EffectsPage_Outline isn't checked", effectsPageOutline.isChecked()); in testTableFontEffectPropertyDialog() 83 assertTrue("EffectsPage_Shadow isn't checked", effectsPageShadow.isChecked()); in testTableFontEffectPropertyDialog() 103 assertTrue("EffectsPage_InvidiualWords isn't checked", effectsPageInvidiualWords.isChecked()); in testTableFontEffectPropertyDialog()
|
H A D | TableBorderProperty.java | 85 assertTrue("Area_Border_Sync isn't checked", areaBorderSync.isChecked()); in testTableBorderPropertyDialog()
|
/aoo41x/test/testcommon/source/org/openoffice/test/vcl/widgets/ |
H A D | VclTreeListBox.java | 236 public boolean isChecked(int row) { in isChecked() method in VclTreeListBox 240 public boolean isChecked(int row, int col) { in isChecked() method in VclTreeListBox
|
H A D | VclButton.java | 65 public boolean isChecked() { in isChecked() method in VclButton
|
H A D | VclMessageBox.java | 153 public boolean isChecked() { in isChecked() method in VclMessageBox
|
H A D | VclControl.java | 126 public boolean isChecked() { in isChecked() method in VclControl
|
/aoo41x/main/qadevOOo/runner/util/ |
H A D | UITools.java | 190 …boolean isChecked = oButton.getAccessibleStateSet().contains(com.sun.star.accessibility.Accessible… in clickToggleButton() 191 if((isChecked && !toBePressed) || (!isChecked && toBePressed)){ in clickToggleButton()
|
/aoo41x/test/testgui/source/fvt/gui/sw/table/ |
H A D | TableGeneral.java | 187 assertTrue("SWTableSTC_SYNC", swTableSTCSYNC.isChecked()); in testTableBorderLineStyle() 226 assertFalse("SWTableSTC_SYNC", swTableSTCSYNC.isChecked()); in testTableBorderLineStyle()
|
/aoo41x/main/fpicker/source/unx/kde4/ |
H A D | KDE4FilePicker.cxx | 236 if (cb && cb->isChecked()) in getFiles() 406 res = uno::Any(cb->isChecked()); in getValue()
|
/aoo41x/test/testassistant/lib/ |
H A D | testcommon.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/openoffice/
org/openoffice/test/
org/openoffice/test/common/
... |
/aoo41x/main/vcl/unx/gtk/gdi/ |
H A D | salnativewidgets-gtk.cxx | 1267 sal_Bool isChecked = (aValue.getTristateVal()==BUTTONVALUE_ON); in NWPaintGTKRadio() local 1282 shadowType = isChecked ? GTK_SHADOW_IN : GTK_SHADOW_OUT; in NWPaintGTKRadio() 1294 if (!isChecked) in NWPaintGTKRadio() 1296 GTK_TOGGLE_BUTTON(gWidgetData[m_nScreen].gRadioWidget)->active = isChecked; in NWPaintGTKRadio() 1325 bool isChecked = (aValue.getTristateVal() == BUTTONVALUE_ON); in NWPaintGTKCheck() local 1341 shadowType = isChecked ? GTK_SHADOW_IN : isInconsistent ? GTK_SHADOW_ETCHED_IN : GTK_SHADOW_OUT; in NWPaintGTKCheck() 1343 GTK_TOGGLE_BUTTON(gWidgetData[m_nScreen].gCheckWidget)->active = isChecked; in NWPaintGTKCheck()
|
/aoo41x/main/sw/inc/ |
H A D | unoflatpara.hxx | 88 virtual ::sal_Bool SAL_CALL isChecked(::sal_Int32 nType) throw (css::uno::RuntimeException);
|
/aoo41x/main/offapi/com/sun/star/text/ |
H A D | XFlatParagraph.idl | 102 boolean isChecked( [in] long nType );
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unoflatpara.cxx | 164 ::sal_Bool SAL_CALL SwXFlatParagraph::isChecked( ::sal_Int32 nType ) throw (uno::RuntimeException) in isChecked() function in SwXFlatParagraph
|