Home
last modified time | relevance | path

Searched refs:state (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx384 int PDFOutDev::parseFont( long long nNewId, GfxFont* gfxFont, GfxState* state ) const in parseFont()
403 aNewFont.size = state->getTransformedFontSize(); in parseFont()
466 void PDFOutDev::startPage(int /*pageNum*/, GfxState* state, XRef* /*xref*/) in startPage() argument
468 assert(state); in startPage()
470 normalize(state->getPageWidth()), in startPage()
471 normalize(state->getPageHeight())); in startPage()
527 void PDFOutDev::updateCTM(GfxState* state, in updateCTM() argument
532 assert(state); in updateCTM()
534 const double* const pMat = state->getCTM(); in updateCTM()
546 void PDFOutDev::updateLineDash(GfxState *state) in updateLineDash() argument
[all …]
H A Dpdfioutdev_gpl.hxx139 int parseFont( long long nNewId, GfxFont* pFont, GfxState* state ) const;
168 virtual void startPage(int pageNum, GfxState *state, XRef *xref);
186 virtual void saveState(GfxState *state);
187 virtual void restoreState(GfxState *state);
191 virtual void updateCTM(GfxState *state, double m11, double m12,
193 virtual void updateLineDash(GfxState *state);
194 virtual void updateFlatness(GfxState *state);
195 virtual void updateLineJoin(GfxState *state);
196 virtual void updateLineCap(GfxState *state);
197 virtual void updateMiterLimit(GfxState *state);
[all …]
/trunk/main/sal/test/
H A Dbootstrap.pl29 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 …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DDisplayPackageDescription.java88 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 …]
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleStateSet.idl50 /** 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 member 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 …]
/trunk/main/solenv/bin/
H A Drelocate49 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 Daddsym.awk27 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 }
/trunk/main/soltools/cpp/
H A D_lex.c62 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 …]
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeConnection.java383 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 …]
/trunk/main/offapi/com/sun/star/embed/
H A DXEmbeddedObject.idl111 /** 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 DXStateChangeListener.idl45 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 …]
/trunk/main/jurt/source/pipe/
H A Dcom_sun_star_lib_connections_pipe_PipeConnection.c122 short state = START; in PipeConnection_create() local
137 state = INMONITOR; in PipeConnection_create()
182 state = GOTNAME; in PipeConnection_create()
193 state = CREATED; in PipeConnection_create()
223 switch (state) in PipeConnection_create()
259 short state = START; in PipeConnection_close() local
271 state = INMONITOR; in PipeConnection_close()
315 switch (state) in PipeConnection_close()
347 short state = START; in PipeConnection_read() local
361 state = INMONITOR; in PipeConnection_read()
[all …]
/trunk/main/winaccessibility/source/service/
H A DAccComponentEventListener.cxx152 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 …]
/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx163 …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 …]
/trunk/main/bean/java/officebean/src/main/java/com/sun/star/comp/beans/
H A DLocalOfficeConnection.java541 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 …]
/trunk/main/stoc/source/simpleregistry/
H A Dtextualservices.cxx116 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 …]
/trunk/main/offapi/com/sun/star/util/
H A DXModifiable2.idl41 /** 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 …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/lib/
H A DSimpleStatus.java74 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 DStatus.java49 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()
/trunk/main/cppuhelper/test/
H A Dtestdefaultbootstrapping.pl110 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) {
/trunk/main/oox/source/export/
H A Dpreset-definitions-to-shape-types.pl63 $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 …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DDumper.java70 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 …]
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx511 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 …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A Durp.java73 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()
226 state = STATE_WAIT; in handleInternalMessage()
230 state = STATE_INITIAL; in handleInternalMessage()
250 if (state == STATE_WAIT) { in handleInternalMessage()
272 state = STATE_INITIAL; in handleInternalMessage()
[all …]
/trunk/main/slideshow/qa/debug/
H A Dtimings.pl67 $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;

12345678910>>...18