/aoo42x/main/sc/source/ui/vba/ |
H A D | vbapagebreaks.cxx | 79 …uno::Any Add( const css::uno::Any& Before ) throw ( css::script::BasicErrorException, css::uno::Ru… 167 uno::Any RangePageBreaks::Add( const css::uno::Any& Before ) throw ( css::script::BasicErrorExcepti… in Add() argument 170 Before >>= xRange; in Add() 216 uno::Any SAL_CALL ScVbaHPageBreaks::Add( const uno::Any& Before) throw ( script::BasicErrorExceptio… in Add() argument 221 return pPageBreaks->Add( Before ); in Add() 277 ScVbaVPageBreaks::Add( const uno::Any& Before ) throw ( script::BasicErrorException, uno::RuntimeEx… in Add() argument 282 return pPageBreaks->Add( Before ); in Add()
|
H A D | vbaworksheets.cxx | 218 ScVbaWorksheets::Add( const uno::Any& Before, const uno::Any& After, in Add() argument 234 if ( Before.hasValue() ) in Add() 236 if ( Before >>= xBeforeAfterSheet ) in Add() 239 Before >>= aStringSheet; in Add()
|
H A D | vbaworksheet.cxx | 469 ScVbaWorksheet::Move( const uno::Any& Before, const uno::Any& After ) throw (uno::RuntimeException) in Move() argument 474 if (!(Before >>= xSheet) && !(After >>=xSheet)&& !(Before.hasValue()) && !(After.hasValue())) in Move() 506 ScVbaWorksheet::Copy( const uno::Any& Before, const uno::Any& After ) throw (uno::RuntimeException) in Copy() argument 510 if (!(Before >>= xSheet) && !(After >>=xSheet)&& !(Before.hasValue()) && !(After.hasValue())) in Copy()
|
/aoo42x/main/cui/source/customize/ |
H A D | macropg.src | 262 Text [ en-US ] = "Before updating" ; 266 Text [ en-US ] = "Before record action" ; 310 Text [ en-US ] = "Before reloading" ; 342 Text [ en-US ] = "Before record change" ; 362 Text [ en-US ] = "Before submitting" ; 370 Text [ en-US ] = "Before unloading" ;
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | formres.src | 754 Text [ en-US ] = "Before updating" ; 758 Text [ en-US ] = "Before record action" ; 798 Text [ en-US ] = "Before reloading" ; 830 Text [ en-US ] = "Before record change" ; 850 Text [ en-US ] = "Before submitting" ; 858 Text [ en-US ] = "Before unloading" ;
|
/aoo42x/test/testgui/source/fvt/gui/ |
H A D | AOOTest.java | 29 import org.junit.Before; 57 @Before
|
/aoo42x/test/testgui/source/fvt/gui/sc/chart/ |
H A D | ChartDialogSetting.java | 31 import org.junit.Before; 45 @Before
|
/aoo42x/test/testgui/source/fvt/gui/sc/filter/ |
H A D | Fitler.java | 32 import org.junit.Before; 48 @Before
|
/aoo42x/main/dbaccess/qa/complex/dbaccess/ |
H A D | CRMBasedTestCase.java | 32 import org.junit.Before; 55 @Before
|
/aoo42x/test/testgui/source/fvt/gui/sc/rowcolumn/ |
H A D | InsertRowAndColumn.java | 28 import org.junit.Before; 40 @Before
|
/aoo42x/test/testgui/source/fvt/gui/sc/validity/ |
H A D | ValidityDialogDefaultValue.java | 28 import org.junit.Before; 40 @Before
|
H A D | ValiditySampleFile.java | 30 import org.junit.Before; 42 @Before
|
H A D | ValidityDateSupport1024Columns.java | 29 import org.junit.Before; 42 @Before
|
/aoo42x/main/sot/qa/complex/olesimplestorage/ |
H A D | OLESimpleStorageUnitTest.java | 31 import org.junit.Before; 53 @Before public void before () { in before()
|
/aoo42x/test/testgui/source/fvt/gui/sc/sheet/ |
H A D | Sheets.java | 27 import org.junit.Before; 46 @Before
|
/aoo42x/main/svl/qa/complex/passwordcontainer/ |
H A D | PasswordContainerUnitTest.java | 31 import org.junit.Before; 50 @Before public void before() { in before()
|
/aoo42x/test/testgui/source/fvt/gui/sd/table/ |
H A D | TableBorderProperty.java | 29 import org.junit.Before; 40 @Before
|
H A D | TableFontEffectsProperty.java | 28 import org.junit.Before; 40 @Before
|
H A D | TableBackgroundProperty.java | 28 import org.junit.Before; 39 @Before
|
/aoo42x/main/sfx2/qa/complex/sfx2/ |
H A D | StandaloneDocumentInfo.java | 32 import org.junit.Before; 44 @Before public void before() { in before()
|
/aoo42x/test/testgui/source/fvt/gui/sc/cell/ |
H A D | Cells.java | 29 import org.junit.Before; 44 @Before
|
/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbacommandbarcontrols.cxx | 165 …ny& Type, const uno::Any& Id, const uno::Any& Parameter, const uno::Any& Before, const uno::Any& T… in Add() argument 189 if( Before.hasValue() ) in Add() 190 Before >>= nPosition; in Add()
|
/aoo42x/main/unotools/qa/complex/tempfile/ |
H A D | TempFileUnitTest.java | 32 import org.junit.Before; 55 @Before public void before() { in before()
|
/aoo42x/main/svl/qa/complex/numberformatter/ |
H A D | NumberFormatterUnitTest.java | 33 import org.junit.Before; 42 @Before public void before() { in before()
|
/aoo42x/test/testgui/source/fvt/gui/formula/catalog/ |
H A D | CharacterFromCatalogDlg.java | 31 import org.junit.Before; 43 @Before
|