| /AOO41X/main/sdext/source/pdfimport/xpdfwrapper/ |
| H A D | pdfioutdev_gpl.cxx | 385 int PDFOutDev::parseFont( long long nNewId, GfxFont* gfxFont, GfxState* state ) const in parseFont() 406 aNewFont.size = state->getTransformedFontSize(); in parseFont() 469 void PDFOutDev::startPage(int /*pageNum*/, GfxState* state) in startPage() argument 471 assert(state); in startPage() 473 normalize(state->getPageWidth()), in startPage() 474 normalize(state->getPageHeight())); in startPage() 530 void PDFOutDev::updateCTM(GfxState* state, in updateCTM() argument 535 assert(state); in updateCTM() 537 const double* const pMat = state->getCTM(); in updateCTM() 549 void PDFOutDev::updateLineDash(GfxState *state) in updateLineDash() argument [all …]
|
| H A D | pdfioutdev_gpl.hxx | 144 int parseFont( long long nNewId, GfxFont* pFont, GfxState* state ) const; 173 virtual void startPage(int pageNum, GfxState *state); 191 virtual void saveState(GfxState *state); 192 virtual void restoreState(GfxState *state); 196 virtual void updateCTM(GfxState *state, double m11, double m12, 198 virtual void updateLineDash(GfxState *state); 199 virtual void updateFlatness(GfxState *state); 200 virtual void updateLineJoin(GfxState *state); 201 virtual void updateLineCap(GfxState *state); 202 virtual void updateMiterLimit(GfxState *state); [all …]
|
| /AOO41X/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; 90 $state = 0; 101 $state = 0; [all …]
|
| /AOO41X/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() 92 if (state == PackageDescription.REMOVE) { 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() 140 } else if ((state != childState) && (childState != PackageDescription.IGNORE)) { in updateState() 142 state = PackageDescription.REMOVE_SOME; in updateState() [all …]
|
| /AOO41X/main/oovbaapi/genconstidl/ |
| H A D | api-to-idl.pl | 42 my $state = ""; 58 $state = "constant"; 64 elsif ( $state eq "constant" && $element eq "source" ) { 65 $state = "source"; 70 elsif ( $state eq "source" && $element eq "name" ) { 71 $state = "name"; 73 elsif ( $state eq "source" && $element eq "value" ) { 74 $state = "value"; 82 if ( $state eq "name" && $element eq "name" ) { 83 $state = "source"; [all …]
|
| /AOO41X/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 62 The state for which to check membership. This has to be one of 66 Returns <TRUE/> if the given state is a memeber of this object's 67 state set and <FALSE/> otherwise. 71 /** Checks if all of the given states are in the state set of the called 77 this object's state set. Each state has to be one of the 81 Returns <TRUE/> if all states of the given state set are members [all …]
|
| /AOO41X/main/solenv/bin/ |
| H A D | relocate | 49 my ($old_fname, $function, $state) = @_; 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; [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 }
|
| /AOO41X/main/soltools/cpp/ |
| H A D | _lex.c | 62 enum state enum 75 int state; /* if in this state */ member 271 for (fp = fsm; fp->state >= 0; fp++) in expandlex() 283 bigfsm[j][fp->state] = (short) nstate; in expandlex() 293 bigfsm[j][fp->state] = (short) nstate; in expandlex() 297 bigfsm[j][fp->state] = (short) nstate; in expandlex() 300 bigfsm[fp->ch[i]][fp->state] = (short) nstate; in expandlex() 342 register int c, state, oldstate; in gettokens() local 383 state = START; in gettokens() 386 oldstate = state; in gettokens() [all …]
|
| /AOO41X/main/bean/com/sun/star/beans/ |
| H A D | LocalOfficeConnection.java | 383 int state = 0; in parseUnoUrlWithOfficePath() local 387 switch (state) { in parseUnoUrlWithOfficePath() 392 state = 1; in parseUnoUrlWithOfficePath() 396 state = 7; in parseUnoUrlWithOfficePath() 402 state = 1; in parseUnoUrlWithOfficePath() 412 state = (ch == ' ')? 2: 3; in parseUnoUrlWithOfficePath() 417 state = -6; // error: invalid name in parseUnoUrlWithOfficePath() 429 state = 3; in parseUnoUrlWithOfficePath() 436 state = -1; // error: missing '=' in parseUnoUrlWithOfficePath() 449 state = 4; in parseUnoUrlWithOfficePath() [all …]
|
| /AOO41X/main/offapi/com/sun/star/embed/ |
| H A D | XEmbeddedObject.idl | 111 /** allows to be notified when object changes the state. 128 /** changes the state of the object to the requested one. 131 specifies the new state, can take values from the constant set 135 the specified state can not be reached 138 in case object is in invalid state 155 means that the object is in loaded state now and can be switched 156 to running state, other possible states can be detected only when 157 the object is not in loaded state any more 160 in case object is in invalid state 167 /** returns the current state of the object. [all …]
|
| H A D | XStateChangeListener.idl | 45 state. 50 /** is called just before the object changes state. 53 Actually the listener can try to complain about state changing, but 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 [all …]
|
| /AOO41X/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 273 state = INMONITOR; in PipeConnection_close() 317 switch (state) in PipeConnection_close() 349 short state = START; in PipeConnection_read() local 363 state = INMONITOR; in PipeConnection_read() [all …]
|
| /AOO41X/main/winaccessibility/source/service/ |
| H A D | AccComponentEventListener.cxx | 152 void AccComponentEventListener::setComponentState(short state, bool enable ) in setComponentState() argument 155 switch (state) in setComponentState() 163 fireStatePropertyChange(state, enable); in setComponentState() 181 fireStatePropertyChange(state, enable); in setComponentState() 220 void AccComponentEventListener::fireStatePropertyChange(short state, bool set) in fireStatePropertyChange() argument 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() 245 pAgent->IncreaseState( pAccessible, state); in fireStatePropertyChange() [all …]
|
| /AOO41X/main/vcl/unx/kde4/ |
| H A D | KDESalGraphics.cxx | 163 …id draw( QStyle::ControlElement element, QStyleOption* option, QImage* image, QStyle::State state ) in draw() argument 165 option->state |= state; in draw() 172 …imitiveElement element, QStyleOption* option, QImage* image, QStyle::State state, int nAdjust = 0 ) in draw() argument 174 option->state |= state; in draw() 183 …( QStyle::ComplexControl element, QStyleOptionComplex* option, QImage* image, QStyle::State state ) in draw() argument 185 option->state |= state; in draw() 208 void lcl_drawFrame(QStyle::PrimitiveElement element, QImage* image, QStyle::State state) in lcl_drawFrame() argument 213 option.state = QStyle::State_Sunken; in lcl_drawFrame() 227 draw(element, &option, image, state); in lcl_drawFrame() 333 option.state = vclStateValue2StateFlag( nControlState, value ); in drawNativeControl() [all …]
|
| /AOO41X/main/bean/com/sun/star/comp/beans/ |
| H A D | LocalOfficeConnection.java | 541 int state = 0; in parseUnoUrlWithOfficePath() local 545 switch (state) { in parseUnoUrlWithOfficePath() 550 state = 1; in parseUnoUrlWithOfficePath() 554 state = 7; in parseUnoUrlWithOfficePath() 560 state = 1; in parseUnoUrlWithOfficePath() 570 state = (ch == ' ')? 2: 3; in parseUnoUrlWithOfficePath() 575 state = -6; // error: invalid name in parseUnoUrlWithOfficePath() 587 state = 3; in parseUnoUrlWithOfficePath() 594 state = -1; // error: missing '=' in parseUnoUrlWithOfficePath() 607 state = 4; in parseUnoUrlWithOfficePath() [all …]
|
| /AOO41X/main/stoc/source/simpleregistry/ |
| H A D | textualservices.cxx | 116 for (State state = STATE_BEGIN;;) { in Parser() local 121 switch (state) { in Parser() 126 state = STATE_COMPONENTS; in Parser() 147 state = STATE_END; in Parser() 154 state = STATE_COMPONENT_INITIAL; in Parser() 165 state = STATE_COMPONENTS; in Parser() 174 state = STATE_IMPLEMENTATION; in Parser() 185 state = STATE_COMPONENT; in Parser() 192 state = STATE_SERVICE; in Parser() 199 state = STATE_SINGLETON; in Parser() [all …]
|
| /AOO41X/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 @retuns 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 @retuns 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 …]
|
| /AOO41X/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()
|
| /AOO41X/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) {
|
| /AOO41X/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 …]
|
| /AOO41X/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" ) { 899 elsif ( $state eq "adjust" ) { 940 elsif ( $state eq "formulas" ) { 966 elsif ( $state eq "handles" ) { [all …]
|
| /AOO41X/main/vcl/aqua/source/gdi/ |
| H A D | salnativewidgets.cxx | 511 aComboInfo.state = getState( nState ); in drawNativeControl() 528 aMenuItemDrawInfo.state = kThemeMenuActive; in drawNativeControl() 539 aThemeBackgroundInfo.state = getState( nState ); in drawNativeControl() 570 aMenuItemDrawInfo.state = kThemeMenuSelected; in drawNativeControl() 575 aMenuItemDrawInfo.state = kThemeMenuActive; in drawNativeControl() 590 … aTextInfo.state = ((nState & CTRL_STATE_ENABLED)==0) ? kThemeStateInactive: kThemeStateActive; in drawNativeControl() 598 … if( nState & CTRL_STATE_SELECTED) aTextInfo.state = kThemeStatePressed; //item highlighted in drawNativeControl() 660 aPushInfo.state = getState( nState ); in drawNativeControl() 689 aInfo.state = getState( nState ); in drawNativeControl() 736 aInfo.state = getState( nState ); in drawNativeControl() [all …]
|
| /AOO41X/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;
|