/aoo42x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pdfioutdev_gpl.cxx | 468 assert(state); in startPage() 532 assert(state); in updateCTM() 548 assert(state); in updateLineDash() 577 assert(state); in updateLineCap() 583 assert(state); in updateMiterLimit() 589 assert(state); in updateLineWidth() 595 assert(state); in updateFillColor() 609 assert(state); in updateStrokeColor() 637 assert(state); in updateFont() 683 assert(state); in updateRender() [all …]
|
H A D | pdfioutdev_gpl.hxx | 186 virtual void saveState(GfxState *state); 187 virtual void restoreState(GfxState *state); 196 virtual void updateLineCap(GfxState *state); 206 virtual void updateFont(GfxState *state); 209 virtual void updateRender(GfxState *state); 217 virtual void stroke(GfxState *state); 218 virtual void fill(GfxState *state); 219 virtual void eoFill(GfxState *state); 222 virtual void clip(GfxState *state); 223 virtual void eoClip(GfxState *state); [all …]
|
/aoo42x/main/sal/test/ |
H A D | bootstrap.pl | 29 my $state = 1; 37 $state = 0; 43 $state = 0; 51 $state = 0; 57 $state = 0; 63 $state = 0; 69 $state = 0; 80 $state = 0; 124 $state = 0; 135 $state = 0; [all …]
|
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/ |
H A D | DisplayPackageDescription.java | 88 int state = data.getSelectionState(); in toggleState() local 90 if (state != PackageDescription.IGNORE) { in toggleState() 94 …} else if ((state == PackageDescription.DONT_REMOVE) || (state == PackageDescription.REMOVE_SOME))… in toggleState() 96 …} else if ((state == PackageDescription.DONT_INSTALL) || (state == PackageDescription.INSTALL_SOME… in toggleState() 128 int state = PackageDescription.DONT_KNOW; in updateState() local 138 if ((state == PackageDescription.DONT_KNOW) || (state == PackageDescription.IGNORE)) { in updateState() 139 state = childState; in updateState() 152 data.setSelectionState(state); in updateState() 179 int state = data.getSelectionState(); in isSelected() local 180 … return (state == PackageDescription.INSTALL) || (state == PackageDescription.INSTALL_SOME) in isSelected() [all …]
|
/aoo42x/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleStateSet.idl | 50 /** Checks whether the current state set is empty. 53 Returns <TRUE/> if there is no state in this state set and 54 <FALSE/> if there is at least one set state in it. 58 /** Checks if the given state is a member of the state set of the called 67 state set and <FALSE/> otherwise. 77 this object's state set. Each state has to be one of the 83 one of the states in the given state is not a member of this 84 object's state set. 88 /** Get all currently set states as a sequence of state ids. 92 AT-Tool had to call <member>contains()</member> for every state [all …]
|
/aoo42x/main/solenv/bin/ |
H A D | relocate | 58 my $value = &$function($state, $_); 70 my ($state, $value) = @_; 72 $value =~ s/$state->{'old_root'}/$state->{'new_root'}/g; 73 $value =~ s/$state->{'win32_old_root'}/$state->{'win32_new_root'}/g; 84 my %state; 89 $state{'old_root'} = $old_root; 90 $state{'new_root'} = $new_root; 94 $state{'win32_old_root'} = $tmp; 97 $state{'win32_new_root'} = $tmp; 190 my %state; [all …]
|
H A D | addsym.awk | 27 BEGIN { state = 0 } 29 if (state == 0) { 39 state == 2 { 43 state = 3 46 /^[\t ]*UDK_3_0_0[\t ]*\{/ { state = 1 } 47 /^[\t ]*global[\t ]*:/ && state == 1 { state = 2 }
|
/aoo42x/main/soltools/cpp/ |
H A D | _lex.c | 62 enum state enum 342 register int c, state, oldstate; in gettokens() local 383 state = START; in gettokens() 386 oldstate = state; in gettokens() 390 if ((state = bigfsm[c][state]) >= 0) in gettokens() 396 state = ~state; in gettokens() 398 switch (state & 0177) in gettokens() 419 state = START; in gettokens() 457 state = oldstate; in gettokens() 518 state = COM2; in gettokens() [all …]
|
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/beans/ |
H A D | LocalOfficeConnection.java | 383 int state = 0; in parseUnoUrlWithOfficePath() local 392 state = 1; in parseUnoUrlWithOfficePath() 396 state = 7; in parseUnoUrlWithOfficePath() 402 state = 1; in parseUnoUrlWithOfficePath() 429 state = 3; in parseUnoUrlWithOfficePath() 449 state = 4; in parseUnoUrlWithOfficePath() 460 state = 5; in parseUnoUrlWithOfficePath() 488 state = 6; in parseUnoUrlWithOfficePath() 492 state = 7; in parseUnoUrlWithOfficePath() 509 state = 1; in parseUnoUrlWithOfficePath() [all …]
|
/aoo42x/main/offapi/com/sun/star/embed/ |
H A D | XEmbeddedObject.idl | 135 the specified state can not be reached 138 in case object is in invalid state 157 the object is not in loaded state any more 160 in case object is in invalid state 170 the current state of the object 173 in case object is in invalid state 212 object is not in loaded state any more 228 the object is in wrong state 240 the object is in wrong state 266 the object is in wrong state [all …]
|
H A D | XStateChangeListener.idl | 45 state. 50 /** is called just before the object changes state. 54 it is up to object to decide whether the state change can be 60 specifies the object that is going to change own state 63 specifies the old state of the object 66 specifies the new state of the object 69 the state change is unexpected by listener 77 /** is called after the object has changed state. 80 specifies the object that has changed own state 83 specifies the old state of the object [all …]
|
/aoo42x/main/jurt/source/pipe/ |
H A D | com_sun_star_lib_connections_pipe_PipeConnection.c | 124 short state = START; in PipeConnection_create() local 139 state = INMONITOR; in PipeConnection_create() 184 state = GOTNAME; in PipeConnection_create() 195 state = CREATED; in PipeConnection_create() 225 switch (state) in PipeConnection_create() 261 short state = START; in PipeConnection_close() local 317 switch (state) in PipeConnection_close() 379 state = ACQUIRED; in PipeConnection_read() 435 switch (state) in PipeConnection_read() 468 short state = START; in PipeConnection_write() local [all …]
|
/aoo42x/main/winaccessibility/source/service/ |
H A D | AccComponentEventListener.cxx | 155 switch (state) in setComponentState() 163 fireStatePropertyChange(state, enable); in setComponentState() 181 fireStatePropertyChange(state, enable); in setComponentState() 225 switch(state) in fireStatePropertyChange() 229 pAgent->IncreaseState( pAccessible, state); in fireStatePropertyChange() 238 pAgent->IncreaseState( pAccessible, state); in fireStatePropertyChange() 242 pAgent->IncreaseState( pAccessible, state); in fireStatePropertyChange() 264 switch(state) in fireStatePropertyChange() 268 pAgent->DecreaseState( pAccessible, state ); in fireStatePropertyChange() 277 pAgent->DecreaseState( pAccessible, state ); in fireStatePropertyChange() [all …]
|
/aoo42x/main/vcl/unx/kde4/ |
H A D | KDESalGraphics.cxx | 165 option->state |= state; in draw() 174 option->state |= state; in draw() 185 option->state |= state; in draw() 213 option.state = QStyle::State_Sunken; in lcl_drawFrame() 227 draw(element, &option, image, state); in lcl_drawFrame() 355 option.state = QStyle::State_Horizontal; in drawNativeControl() 407 option.state |= QStyle::State_Open; in drawNativeControl() 428 option.state = QStyle::State_MouseOver; in drawNativeControl() 434 option.state |= QStyle::State_Horizontal; in drawNativeControl() 528 option.state |= QStyle::State_Item; in drawNativeControl() [all …]
|
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/ |
H A D | LocalOfficeConnection.java | 541 int state = 0; in parseUnoUrlWithOfficePath() local 550 state = 1; in parseUnoUrlWithOfficePath() 554 state = 7; in parseUnoUrlWithOfficePath() 560 state = 1; in parseUnoUrlWithOfficePath() 587 state = 3; in parseUnoUrlWithOfficePath() 607 state = 4; in parseUnoUrlWithOfficePath() 618 state = 5; in parseUnoUrlWithOfficePath() 646 state = 6; in parseUnoUrlWithOfficePath() 650 state = 7; in parseUnoUrlWithOfficePath() 667 state = 1; in parseUnoUrlWithOfficePath() [all …]
|
/aoo42x/main/stoc/source/simpleregistry/ |
H A D | textualservices.cxx | 121 switch (state) { in Parser() 666 State state = STATE_ROOT; in getAsciiValue() local 668 switch (state) { in getAsciiValue() 698 State state = STATE_ROOT; in getAsciiListValue() local 701 switch (state) { in getAsciiListValue() 750 State state = STATE_ROOT; in getStringValue() local 752 switch (state) { in getStringValue() 1042 if (state != 0) { in find() 1043 *state = s; in find() 1052 State state = STATE_ROOT; in getChildren() local [all …]
|
/aoo42x/main/offapi/com/sun/star/util/ |
H A D | XModifiable2.idl | 41 /** allows to control modifiable state change. 44 This interface allows to prevent changing of the modified state of the 53 /** disable possibility to change modified state of the document 55 @returns the value that says whether the modified state change was 57 <TRUE/> the changing of the modified state was already disabled 58 <FALSE/> the changing of the modified state was enabled 64 /** enable possibility to change modified state of the document 66 @returns the value that says whether the modified state change was 68 <TRUE/> the changing of the modified state was disabled 69 <FALSE/> the changing of the modified state was already enabled [all …]
|
/aoo42x/main/qadevOOo/runner/lib/ |
H A D | SimpleStatus.java | 74 protected final boolean state; field in SimpleStatus 90 protected SimpleStatus( int runState, boolean state ) { in SimpleStatus() argument 91 this.state = state; in SimpleStatus() 109 protected SimpleStatus(String runStateString, boolean state) { in SimpleStatus() argument 110 this.state = state; in SimpleStatus() 119 return state; in getState() 140 if (state) in getStateString()
|
H A D | Status.java | 49 public Status(int runState, boolean state ) { in Status() argument 50 super(runState, state); in Status() 58 public Status(String message, boolean state) { in Status() argument 59 super( message, state ); in Status() 69 public static Status passed( boolean state ) { in passed() argument 70 return new Status(PASSED, state ); in passed() 90 public static Status skipped( boolean state ) { in skipped() argument 91 return new Status( SKIPPED, state ); in skipped()
|
/aoo42x/main/cppuhelper/test/ |
H A D | testdefaultbootstrapping.pl | 110 my $state = 1; 128 $state = 0; 136 $state = 0; 142 $state = 0; 159 $state = 0; 179 $state = 0; 202 $state = 0; 232 $state = 0; 246 $state = 0; 263 if($state) {
|
/aoo42x/main/oox/source/export/ |
H A D | preset-definitions-to-shape-types.pl | 63 $state = ""; 776 $state = ""; 813 $state = "path"; 816 $state = "adjust"; 819 $state = "formulas"; 822 $state = "handles"; 828 elsif ( $state eq "path" ) { 983 $state = ""; 1055 $state = ""; 1058 $state = ""; [all …]
|
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/ |
H A D | Dumper.java | 70 static private String getStateString(int state) { in getStateString() argument 73 if ( state == 0 ) { in getStateString() 75 } else if ( state == 1 ) { in getStateString() 77 } else if ( state == 2 ) { in getStateString() 79 } else if ( state == 3 ) { in getStateString() 81 } else if ( state == 4 ) { in getStateString() 83 } else if ( state == 5 ) { in getStateString() 85 } else if ( state == 6 ) { in getStateString() 87 } else if ( state == 7 ) { in getStateString() 97 int state = packageData.getSelectionState(); in logModuleStatesHelper() local [all …]
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | salnativewidgets.cxx | 511 aComboInfo.state = getState( nState ); in drawNativeControl() 528 aMenuItemDrawInfo.state = kThemeMenuActive; in drawNativeControl() 660 aPushInfo.state = getState( nState ); in drawNativeControl() 689 aInfo.state = getState( nState ); in drawNativeControl() 736 aInfo.state = getState( nState ); in drawNativeControl() 882 aTabPaneDrawInfo.state = kThemeStateActive; in drawNativeControl() 928 aTabPaneDrawInfo.state = kThemeStateActive; in drawNativeControl() 1024 aTextDrawInfo.state=getState( nState ); in drawNativeControl() 1045 aTextDrawInfo.state=getState( nState ); in drawNativeControl() 1074 aTextDrawInfo.state=getState( nState ); in drawNativeControl() [all …]
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/ |
H A D | urp.java | 73 if (state == STATE_INITIAL0) { in init() 82 state = STATE_TERMINATED; in terminate() 134 if (state == STATE_TERMINATED) { in writeRequest() 197 state = STATE_REQUESTED; in sendRequestChange() 213 switch (state) { in handleInternalMessage() 218 state = STATE_WAIT; in handleInternalMessage() 250 if (state == STATE_WAIT) { in handleInternalMessage() 272 state = STATE_INITIAL; in handleInternalMessage() 303 state = STATE_INITIAL; in handleInternalMessage() 310 state = STATE_INITIAL; in handleInternalMessage() [all …]
|
/aoo42x/main/slideshow/qa/debug/ |
H A D | timings.pl | 67 $state = 0; 73 if( $state == 0 && m|next position will be| ) 77 $state = 1; 79 elsif( $state == 1 && m|output pos is| ) 81 $state = 2; 83 elsif( $state == 2 && m|flip done at| ) 85 $state = 0;
|