Home
last modified time | relevance | path

Searched refs:stack (Results 1 – 25 of 192) sorted by relevance

12345678

/trunk/main/offapi/com/sun/star/document/
H A DXUndoManager.idl43 …ecords the information how to undo a single change. Undo actions are maintained in a stack, so that
47 …<p>Additionally, the Undo manager manages a Redo stack: Actions which are undone are moved from th…
48 stack, so it is possible to re-apply the changes to the document.</p>
52 …context is entered, all subsequently added Undo actions are not pushed onto the undo stack directl…
53 …he Undo context. Once the Undo context is left, a single undo action is pushed onto the undo stack,
58 … <p>Hidden Undo actions are those which in no observable way contribute to the undo stack. That is,
59 …any method retrieving information about the stack will behave as if the undo action does not exist…
87 …<p>A new undo action will be added to the undo stack, with the title given as <code>i_title</code>…
88 …as the context is not left, every undo action added to the stack will be treated as sub action. Th…
93 otherwise, the document's undo stack is left in an inconsistent state.</p>
[all …]
H A DXUndoManagerListener.idl37 /** is called when an undo action is added to the undo stack.
39 …<p>Note that the action must not necessarily be the new top element of the stack: In case there's …
47 /** is called when the top-most action of the undo stack has been undone.
53 /** is called when the top-most action of the Redo stack has been re-applied.
59 /** is called when both the Undo and the Redo stack have been cleared from all Undo actions.
65 /** is called when the Redo stack has been cleared.
120 …uch a case, the context which has just been left will not contribute to the undo stack, but instead
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Duno2cpp.cxx135 long * stack = static_cast< long * >( in call() local
147 stack[sp++] = reinterpret_cast< long >(ret); in call()
151 stack[sp++] = reinterpret_cast< long >(thisPtr); in call()
163 stack[sp] = *static_cast< sal_Bool * >(arguments[i]); in call()
166 stack[sp] = *static_cast< sal_Int8 * >(arguments[i]); in call()
169 stack[sp] = *static_cast< sal_Int16 * >(arguments[i]); in call()
172 stack[sp] = *static_cast< sal_uInt16 * >(arguments[i]); in call()
176 stack[sp] = *static_cast< sal_Int32 * >(arguments[i]); in call()
179 stack[sp] = *static_cast< sal_uInt32 * >(arguments[i]); in call()
182 stack[sp] = *static_cast< sal_Int64 * >(arguments[i]); in call()
[all …]
/trunk/main/basic/source/runtime/
H A Ddllmgr.cxx67 int __stdcall DllMgr_call32(FARPROC, void const * stack, std::size_t size);
68 double __stdcall DllMgr_callFp(FARPROC, void const * stack, std::size_t size);
484 std::vector< char > stack; in call() local
497 true, arguments->Get(i), special && i == 2, stack, stack.size(), in call()
502 align(stack, 4, 0, 0); in call()
506 DllMgr_call32(proc.proc, address(stack), stack.size()); in call()
511 DllMgr_call32(proc.proc, address(stack), stack.size()))); in call()
516 DllMgr_call32(proc.proc, address(stack), stack.size()))); in call()
521 DllMgr_callFp(proc.proc, address(stack), stack.size()))); in call()
525 DllMgr_callFp(proc.proc, address(stack), stack.size())); in call()
[all …]
/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx812 sal_uInt16 stack = 0; in addTypeInfo() local
818 stack = std::max(stack, i->generateCode(*code, dependencies)); in addTypeInfo()
827 if (stack > SAL_MAX_UINT16 - 4) { in addTypeInfo()
833 code->setMaxStackAndLocals(static_cast< sal_uInt16 >(stack + 4), 0); in addTypeInfo()
1205 sal_uInt16 stack = 1; in addLoadLocal() local
1209 stack = size = 1; in addLoadLocal()
1231 stack = 3; in addLoadLocal()
1234 stack = 1; in addLoadLocal()
1251 stack = 3; in addLoadLocal()
1254 stack = 1; in addLoadLocal()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Dcall.s29 pushl %ebp # proper stack frame needed for exception handling
34 # stack alignment
51 pushl %ebp # proper stack frame needed for exception handling
55 andl $0xFFFFFFF0,%esp # preserve potential 128bit stack alignment
71 pushl %ebp # proper stack frame needed for exception handling
76 # stack alignment)
94 pushl %ebp # proper stack frame needed for exception handling
99 # stack alignment
116 pushl %ebp # proper stack frame needed for exception handling
121 # stack alignment)
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Dcall.s29 pushl %ebp # proper stack frame needed for exception handling
34 # stack alignment
51 pushl %ebp # proper stack frame needed for exception handling
55 andl $0xFFFFFFF0,%esp # preserve potential 128bit stack alignment
71 pushl %ebp # proper stack frame needed for exception handling
76 # stack alignment)
94 pushl %ebp # proper stack frame needed for exception handling
99 # stack alignment
116 pushl %ebp # proper stack frame needed for exception handling
121 # stack alignment)
[all …]
/trunk/main/udkapi/com/sun/star/script/
H A DXDebugging.idl69 @param CallStackPos Position in the call stack for which the expression
71 in the call stack, 1 the next and so on.
77 … /** Returns the engine's stack trace of the current execute position. Line break is the delimiter.
82 /** returns more detailed information about a specified stack frame.
85 specifies the position in the call stack for the
91 /** returns the value of the variable at the given stack position.
98 stack frame.
105 /** returns whether the given variable exists within the specified stack frame.
134 /** executes the program until the next return from this stack frame.
/trunk/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dabi.cxx359 ffi_prep_args (stackLayout *stack, extended_cif *ecif)
364 void *argp = &stack->argspace;
372 (void *)stack->gpr[gprcount++] = ecif->rvalue;
392 stack->gpr[gprcount] = 0;
393 stack->gpr[gprcount++] = *(long long *)(*p_argv);
401 float2sse (*(float *)(*p_argv), &stack->sse[ssecount++]);
409 double2sse (*(double *)(*p_argv), &stack->sse[ssecount++]);
443 stack->gpr[gprcount++] = *(long long *)a;
446 floatfloat2sse (a, &stack->sse[ssecount++]);
449 float2sse (*(float *)a, &stack->sse[ssecount++]);
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dabi.cxx359 ffi_prep_args (stackLayout *stack, extended_cif *ecif)
364 void *argp = &stack->argspace;
372 (void *)stack->gpr[gprcount++] = ecif->rvalue;
392 stack->gpr[gprcount] = 0;
393 stack->gpr[gprcount++] = *(long long *)(*p_argv);
401 float2sse (*(float *)(*p_argv), &stack->sse[ssecount++]);
409 double2sse (*(double *)(*p_argv), &stack->sse[ssecount++]);
443 stack->gpr[gprcount++] = *(long long *)a;
446 floatfloat2sse (a, &stack->sse[ssecount++]);
449 float2sse (*(float *)a, &stack->sse[ssecount++]);
[all …]
/trunk/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dabi.cxx359 ffi_prep_args (stackLayout *stack, extended_cif *ecif)
364 void *argp = &stack->argspace;
372 (void *)stack->gpr[gprcount++] = ecif->rvalue;
392 stack->gpr[gprcount] = 0;
393 stack->gpr[gprcount++] = *(long long *)(*p_argv);
401 float2sse (*(float *)(*p_argv), &stack->sse[ssecount++]);
409 double2sse (*(double *)(*p_argv), &stack->sse[ssecount++]);
443 stack->gpr[gprcount++] = *(long long *)a;
446 floatfloat2sse (a, &stack->sse[ssecount++]);
449 float2sse (*(float *)a, &stack->sse[ssecount++]);
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DXMLPackageDescription.java49 private Stack stack; field in XMLPackageDescription.PackageDescriptionHandler
53 stack = new Stack(); in PackageDescriptionHandler()
67 XMLPackageDescription entity = (XMLPackageDescription) stack.peek(); in characters()
72 stack.push(root); in startDocument()
75 stack.pop(); in endDocument()
78 XMLPackageDescription parent = (XMLPackageDescription) stack.peek(); in startElement()
87 stack.push(entity); in startElement()
90 stack.pop(); in endElement()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapperTableManager.hxx42 ::std::stack< sal_uInt32 > m_nCellCounterForCurrentRow;
44 …::std::stack< sal_uInt32 > m_nCurrentCellBorderIndex; //borders are provided for all cells and nee…
45 …::std::stack< sal_Int32 > m_nCurrentHeaderRepeatCount; //counter of repeated headers - if == -1 th…
46 …::std::stack< sal_Int32 > m_nTableWidthOfCurrentTable; //might be set directly or has to be calcul…
49 ::std::stack< IntVectorPtr > m_aTableGrid;
50 ::std::stack< IntVectorPtr > m_aGridSpans;
H A DDomainMapper_Impl.hxx185 typedef std::stack<ContextType> ContextStack;
186 typedef std::stack<PropertyMapPtr> PropertyStack;
187 typedef std::stack< TextAppendContext > TextAppendStack;
188 typedef std::stack<FieldContextPtr> FieldStack;
189 typedef std::stack< com::sun::star::uno::Reference< com::sun::star::text::XTextContent > > TextCon…
326 std::stack< boost::shared_ptr< DomainMapperTableManager > > m_aTableManagers;
/trunk/main/basegfx/source/polygon/
H A Db2dpolygonclipper.cxx869 ::basegfx::B2DPoint stack[3]; in clipTriangleListOnRange()
875 stack[0] = stack[1]; in clipTriangleListOnRange()
876 stack[1] = stack[2]; in clipTriangleListOnRange()
877 stack[2] = rCandidate.getB2DPoint(nIndex); in clipTriangleListOnRange()
880 clipflag |= !(rRange.isInside(stack[2])); in clipTriangleListOnRange()
898 … vertex_count = scissorLineSegment(stack,vertex_count,buf1,&sp[0],rRange); in clipTriangleListOnRange()
922 aResult.append(stack[i]); in clipTriangleListOnRange()
/trunk/main/oox/source/core/
H A Dencryption.cxx426 vector< sal_Int32 > stack; member in oox::core::AgileEncryptionHandler
457 if ( stack.size() == 1 && (stack[ 0 ] == ENCRYPTION_TOKEN( encryption )) ) in startFastElement()
462 if ( stack.size() == 1 && (stack[ 0 ] == ENCRYPTION_TOKEN( encryption )) ) in startFastElement()
473 if ( stack.size() == 3 in startFastElement()
474 && (stack[ 0 ] == ENCRYPTION_TOKEN( encryption )) in startFastElement()
475 && (stack[ 1 ] == ENCRYPTION_TOKEN( keyEncryptors )) in startFastElement()
476 && (stack[ 2 ] == ENCRYPTION_TOKEN( keyEncryptor )) ) in startFastElement()
480 stack.push_back( nElement ); in startFastElement()
486 stack.push_back( -1 ); in startUnknownElement()
492 stack.pop_back(); in endFastElement()
[all …]
/trunk/main/bridges/source/cpp_uno/mingw_intel/
H A Dcall.s28 pushl %ebp # proper stack frame needed for exception handling
48 pushl %ebp # proper stack frame needed for exception handling
66 pushl %ebp # proper stack frame needed for exception handling
87 pushl %ebp # proper stack frame needed for exception handling
107 pushl %ebp # proper stack frame needed for exception handling
127 pushl %ebp # proper stack frame needed for exception handling
/trunk/main/svtools/source/dialogs/
H A Dwizardmachine.cxx112 …::std::stack< WizardState > aStateHistory; // the history of all states (used for impleme…
486 ::std::stack< WizardState > aTravelVirtually = m_pImpl->aStateHistory; in skipBackwardUntil()
487 ::std::stack< WizardState > aOldStateHistory = m_pImpl->aStateHistory; in skipBackwardUntil()
515 ::std::stack< WizardState > aTravelVirtually = m_pImpl->aStateHistory; in skipUntil()
516 ::std::stack< WizardState > aOldStateHistory = m_pImpl->aStateHistory; in skipUntil()
639 ::std::stack< WizardState > aTemp; in removePageFromHistory()
698 ::std::stack< WizardState > aHistoryCopy( m_pImpl->aStateHistory ); in getStateHistory()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLParserState.hxx39 using ::std::stack;
53 stack<OOXMLPropertySet::Pointer_t> mCellProps;
54 stack<OOXMLPropertySet::Pointer_t> mRowProps;
55 stack<OOXMLPropertySet::Pointer_t> mTableProps;
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dcall.s26 pushl %ebp / proper stack frame needed for exception handling
44 pushl %ebp / proper stack frame needed for exception handling
61 pushl %ebp / proper stack frame needed for exception handling
80 pushl %ebp / proper stack frame needed for exception handling
98 pushl %ebp / proper stack frame needed for exception handling
116 pushl %ebp / proper stack frame needed for exception handling
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/chart/
H A D_StackableDiagram.java66 XDiagram stack = (XDiagram) tEnv.getObjRelation("STACK"); in before() local
67 if (stack == null) throw new StatusException(Status.failed in before()
72 doc.setDiagram(stack); in before()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dcall.s60 ! allocate FIRST stack to have own local registers
68 ! copy stack longs if necessary
76 ! prepare real stack
204 restore ! stack frame for own locals
/trunk/main/solenv/gbuild/
H A DModule.mk183 $$(eval $$(call gb_Output_error,Corrupted module target stack!1))
194 $$(eval $$(call gb_Output_error,Corrupted module target stack! $(gb_Module_TARGETSTACK)))
203 $$(eval $$(call gb_Output_error,Corrupted module target stack!3))
/trunk/main/writerfilter/inc/resourcemodel/
H A DXPathLogger.hxx36 using ::std::stack;
46 stack<TokenMapPointer_t> m_tokenMapStack;
/trunk/main/svx/source/inc/
H A Dtreevisitor.hxx59 ::std::stack< size_t > m_pathToCurrent;
60 ::std::stack< ELEMENT > m_currentAncestors;

12345678