/aoo42x/main/offapi/com/sun/star/document/ |
H A D | XUndoManager.idl | 143 …<p>Otherwise, the undo context will be closed, and added to the Undo stack; the redo stack will be… 158 <p>The redo stack is cleared when a new action is pushed onto the undo stack.</p> 180 <li>move this undo action from the undo stack to the redo stack</li> 184 if the undo stack is currently empty 205 <li>move this action from the redo stack to the undo stack</li> 209 when the Redo stack is currently empty 244 when the undo stack is currently empty 273 /** clears the undo and the redo stack. 284 /** clears the redo stack. 300 <li>clear the undo stack</li> [all …]
|
H A D | XUndoManagerListener.idl | 37 /** 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
|
/aoo42x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/ |
H A D | uno2cpp.cxx | 135 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() 176 stack[sp] = *static_cast< sal_Int32 * >(arguments[i]); in call() 182 stack[sp] = *static_cast< sal_Int64 * >(arguments[i]); in call() 329 (*thisPtr)[slot.index + 2], stack, in call() 373 storeFpRegsToStruct(rtd, stack); in call() [all …]
|
/aoo42x/main/basic/source/runtime/ |
H A D | dllmgr.cxx | 484 std::vector< char > stack; in call() local 497 true, arguments->Get(i), special && i == 2, stack, stack.size(), 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() 530 DllMgr_call32(proc.proc, address(stack), stack.size())); in call() 541 DllMgr_call32(proc.proc, address(stack), stack.size()); in call() 546 DllMgr_call32(proc.proc, address(stack), stack.size()))); in call() [all …]
|
/aoo42x/main/codemaker/source/javamaker/ |
H A D | javatype.cxx | 818 stack = std::max(stack, i->generateCode(*code, dependencies)); in addTypeInfo() 1731 return stack; in addLoadLocal() 1816 return stack + 1; in addDirectArgument() 1975 stack, in handleAggregatingType() 1985 stack, in handleAggregatingType() 2007 stack = 0; in handleAggregatingType() 2010 stack, in handleAggregatingType() 2021 stack, in handleAggregatingType() 2637 sal_uInt16 stack; in addConstructor() local 2659 stack = 3; in addConstructor() [all …]
|
/aoo42x/main/writerfilter/documentation/ |
H A D | tablesInDoc.txt | 85 create stack of TableData<Handle> 88 handle remaining TableData<Handle> on stack 91 push new TableData<Handle> on stack 94 handle TableData<Handle> on top of stack 95 pop TableData<Handle> from stack 98 push new TableData<Handle> on stack 99 handle TableData<Handle> on top of stack 100 pop TableData<Handle> from stack 117 handle top of stack 118 pop stack [all …]
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_intel/ |
H A D | call.s | 29 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 121 # stack alignment) 143 # stack alignment [all …]
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_intel/ |
H A D | call.s | 29 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 121 # stack alignment) 143 # stack alignment [all …]
|
/aoo42x/main/udkapi/com/sun/star/script/ |
H A D | XDebugging.idl | 69 @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.
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/ |
H A D | abi.cxx | 359 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 …]
|
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_x86-64/ |
H A D | abi.cxx | 359 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 …]
|
/aoo42x/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/ |
H A D | abi.cxx | 359 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 …]
|
/aoo42x/main/writerfilter/source/dmapper/ |
H A D | DomainMapperTableManager.hxx | 42 ::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 D | DomainMapper_Impl.hxx | 185 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;
|
/aoo42x/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/ |
H A D | XMLPackageDescription.java | 49 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()
|
/aoo42x/main/basegfx/source/polygon/ |
H A D | b2dpolygonclipper.cxx | 869 ::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()
|
/aoo42x/main/oox/source/core/ |
H A D | encryption.cxx | 426 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 …]
|
/aoo42x/main/bridges/source/cpp_uno/mingw_intel/ |
H A D | call.s | 28 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
|
/aoo42x/main/svtools/source/dialogs/ |
H A D | wizardmachine.cxx | 112 …::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()
|
/aoo42x/main/writerfilter/source/ooxml/ |
H A D | OOXMLParserState.hxx | 39 using ::std::stack; 53 stack<OOXMLPropertySet::Pointer_t> mCellProps; 54 stack<OOXMLPropertySet::Pointer_t> mRowProps; 55 stack<OOXMLPropertySet::Pointer_t> mTableProps;
|
/aoo42x/main/bridges/source/cpp_uno/cc50_solaris_intel/ |
H A D | call.s | 26 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
|
/aoo42x/main/qadevOOo/tests/java/ifc/chart/ |
H A D | _StackableDiagram.java | 66 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()
|
/aoo42x/main/bridges/source/cpp_uno/cc50_solaris_sparc/ |
H A D | call.s | 60 ! 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
|
/aoo42x/main/solenv/gbuild/ |
H A D | Module.mk | 183 $$(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))
|
/aoo42x/main/writerfilter/inc/resourcemodel/ |
H A D | XPathLogger.hxx | 36 using ::std::stack; 46 stack<TokenMapPointer_t> m_tokenMapStack;
|