Home
last modified time | relevance | path

Searched refs:Before (Results 1 – 25 of 471) sorted by relevance

12345678910>>...19

/trunk/main/sc/source/ui/vba/
H A Dvbapagebreaks.cxx79 …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 Dvbaworksheets.cxx218 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 Dvbaworksheet.cxx469 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()
/trunk/main/cui/source/customize/
H A Dmacropg.src262 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" ;
/trunk/main/extensions/source/propctrlr/
H A Dformres.src754 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" ;
/trunk/test/testgui/source/fvt/gui/sc/chart/
H A DChartDialogSetting.java31 import org.junit.Before;
45 @Before
/trunk/test/testgui/source/fvt/gui/sc/filter/
H A DFitler.java32 import org.junit.Before;
48 @Before
/trunk/test/testgui/source/fvt/gui/
H A DAOOTest.java30 import org.junit.Before;
80 @Before
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DCRMBasedTestCase.java32 import org.junit.Before;
55 @Before
/trunk/test/testgui/source/fvt/gui/sc/rowcolumn/
H A DInsertRowAndColumn.java28 import org.junit.Before;
40 @Before
/trunk/test/testgui/source/fvt/gui/sc/validity/
H A DValidityDialogDefaultValue.java28 import org.junit.Before;
40 @Before
H A DValiditySampleFile.java30 import org.junit.Before;
42 @Before
H A DValidityDateSupport1024Columns.java29 import org.junit.Before;
42 @Before
/trunk/main/sot/qa/complex/olesimplestorage/
H A DOLESimpleStorageUnitTest.java31 import org.junit.Before;
53 @Before public void before () { in before()
/trunk/test/testgui/source/fvt/gui/sc/sheet/
H A DSheets.java27 import org.junit.Before;
46 @Before
/trunk/test/testgui/source/fvt/gui/sd/table/
H A DTableBorderProperty.java29 import org.junit.Before;
40 @Before
H A DTableFontEffectsProperty.java28 import org.junit.Before;
40 @Before
H A DTableBackgroundProperty.java28 import org.junit.Before;
39 @Before
/trunk/main/svl/qa/complex/passwordcontainer/
H A DPasswordContainerUnitTest.java31 import org.junit.Before;
50 @Before public void before() { in before()
/trunk/main/sfx2/qa/complex/sfx2/
H A DStandaloneDocumentInfo.java32 import org.junit.Before;
44 @Before public void before() { in before()
/trunk/test/testgui/source/fvt/gui/sc/cell/
H A DCells.java29 import org.junit.Before;
44 @Before
/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarcontrols.cxx165 …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()
/trunk/main/unotools/qa/complex/tempfile/
H A DTempFileUnitTest.java32 import org.junit.Before;
55 @Before public void before() { in before()
/trunk/test/testgui/source/fvt/gui/formula/catalog/
H A DCharacterFromCatalogDlg.java31 import org.junit.Before;
43 @Before
/trunk/main/scripting/java/
H A Dmanifest.mf18 Install-Before: org.openide.loaders.XMLDataObject, org.netbeans.modules.xml.core.XMLDataObject
22 Install-Before: org.openoffice.netbeans.modules.office.loader.ParcelDescriptorDataLoader

Completed in 98 milliseconds

12345678910>>...19