Home
last modified time | relevance | path

Searched refs:START (Results 1 – 25 of 134) sorted by relevance

123456

/AOO42X/main/soltools/cpp/
H A D_lex.c64 START = 0, NUM1, NUM2, NUM3, ID1, ST1, ST2, ST3, COM1, COM2, COM3, COM4, enumerator
82 {START, {C_XX}, ACT(UNCLASS, S_SELF)},
83 {START, {' ', '\t', '\v'}, WS1},
84 {START, {C_NUM}, NUM1},
85 {START, {'.'}, NUM3},
86 {START, {C_ALPH}, ID1},
87 {START, {'L'}, ST1},
88 {START, {'"'}, ST2},
89 {START, {'\''}, CC1},
90 {START, {'/'}, COM1},
[all …]
/AOO42X/main/jurt/source/pipe/
H A Dcom_sun_star_lib_connections_pipe_PipeConnection.c116 START = 0, in PipeConnection_create() enumerator
122 short state = START; in PipeConnection_create()
232 case START: in PipeConnection_create()
255 START = 0, in PipeConnection_close() enumerator
259 short state = START; in PipeConnection_close()
319 case START: in PipeConnection_close()
341 START = 0, in PipeConnection_read() enumerator
347 short state = START; in PipeConnection_read()
439 case START: in PipeConnection_read()
461 START = 0, in PipeConnection_write() enumerator
[all …]
/AOO42X/main/desktop/source/deployment/gui/
H A Ddp_gui_extensioncmdqueue.cxx259 enum Input { NONE, START, STOP }; enumerator
598 m_eInput = START; in addExtension()
617 m_eInput = START; in removeExtension()
636 m_eInput = START; in acceptLicense()
657 m_eInput = START; in enableExtension()
674 m_eInput = START; in checkForUpdates()
/AOO42X/main/wizards/com/sun/star/wizards/web/
H A DCallWizard.java107 if (str.equalsIgnoreCase(PropertyNames.START)) in trigger()
284 ww.trigger(PropertyNames.START); in main()
H A DImageListDialog.java81 private static final String START = "%START"; field in ImageListDialog
274 …avaTools.replaceSubString(template, PropertyNames.EMPTY_STRING + ((Counter) counter).start, START); in render()
/AOO42X/main/svtools/source/control/
H A Dfmtfield.cxx74 START, // at the very start of the string enumerator
162 StateTransitions& rRow = m_aTransitions[ START ]; in NumberValidator()
248 State eCurrentState = START; in implValidateNormalized()
/AOO42X/main/writerfilter/source/resourcemodel/
H A DTagLogger.cxx137 if (mMode == START || mMode == COMPLETE) in toString()
249 if (mMode == START || mMode == COMPLETE) in output()
/AOO42X/main/sw/qa/core/
H A DTest-BigPtrArray.cxx601 const char* START = "START: "; variable
610 startString_(START), in PerformanceTracer()
/AOO42X/main/reportbuilder/java/com/sun/star/report/pentaho/parser/stylemapper/fo/
H A DTextAlignMapper.java36 addMapping("start", TextAlign.START); in TextAlignMapper()
/AOO42X/main/wizards/com/sun/star/wizards/common/
H A DPropertyNames.java58 public static String START = "start"; field in PropertyNames
/AOO42X/main/sc/util/
H A Dsc.flt2 START
/AOO42X/main/wizards/com/sun/star/wizards/agenda/
H A DCallWizard.java100 if (str.equalsIgnoreCase(PropertyNames.START)) { in trigger()
/AOO42X/main/wizards/com/sun/star/wizards/fax/
H A DCallWizard.java104 if (str.equalsIgnoreCase(PropertyNames.START)) in trigger()
/AOO42X/main/wizards/com/sun/star/wizards/letter/
H A DCallWizard.java104 if (str.equalsIgnoreCase(PropertyNames.START)) in trigger()
/AOO42X/main/writerfilter/inc/resourcemodel/
H A DTagLogger.hxx56 enum eMode { START, END, COMPLETE }; enumerator
/AOO42X/main/offapi/com/sun/star/chart/
H A DChartAxisPosition.idl50 START,
/AOO42X/main/wizards/com/sun/star/wizards/query/
H A DCallQueryWizard.java89 if (sEvent.compareTo(PropertyNames.START) == 0) in trigger()
/AOO42X/main/wizards/com/sun/star/wizards/table/
H A DCallTableWizard.java88 if ( sEvent.compareTo(PropertyNames.START) == 0 ) in trigger()
H A DTableWizard.java332 xJobExecutor.trigger(PropertyNames.START); in callFormWizard()
/AOO42X/main/wizards/com/sun/star/wizards/form/
H A DCallFormWizard.java81 if (sEvent.compareTo(PropertyNames.START) == 0) in trigger()
/AOO42X/main/wizards/com/sun/star/wizards/report/
H A DCallReportWizard.java115 if (sEvent.compareTo(PropertyNames.START) == 0) in trigger()
/AOO42X/main/filter/source/t602/
H A Dt602filter.cxx465 node = START; in Reset602()
717 if (node==START) { node = EOL; } in Read602()
H A Dt602filter.hxx58 typedef enum {START,READCH,EOL,POCMD,EXPCMD,SETCMD,SETCH,WRITE,EEND,QUIT} tnode; enumerator
/AOO42X/main/framework/inc/services/
H A Dpluginframe.hxx289 START , enumerator
/AOO42X/main/sw/source/core/undo/
H A Dundo.hrc29 // im enun folgen hier START & END fuer die Klammerungen,

123456