/aoo42x/main/slideshow/source/engine/OGLTrans/ |
H A D | OGLTrans_TransitionImpl.hxx | 46 class Operation; 130 vector<Operation*> OverallOperations; 269 vector<Operation*> Operations; 287 class Operation class 290 Operation(){} in Operation() function in Operation 291 virtual ~Operation(){} in ~Operation() 321 virtual Operation* clone() = 0; 326 class SRotate: public Operation 371 class SScale: public Operation 404 class STranslate: public Operation [all …]
|
/aoo42x/main/configmgr/source/ |
H A D | xcuparser.hxx | 74 enum Operation { enum in configmgr::XcuParser 77 static Operation parseOperation(xmlreader::Span const & text); 92 rtl::OUString const & name, Type type, Operation operation, 98 Type type, Operation operation, bool finalized); 102 rtl::OUString const & name, Type type, Operation operation,
|
H A D | xcuparser.cxx | 249 XcuParser::Operation XcuParser::parseOperation(xmlreader::Span const & text) { in parseOperation() 274 Operation op = OPERATION_MODIFY; in handleComponentData() 536 Operation op = OPERATION_FUSE; in handleLocpropValue() 659 Operation op = OPERATION_MODIFY; in handleGroupProp() 731 rtl::OUString const & name, Type type, Operation operation, bool finalized) in handleUnknownGroupProp() 773 Type type, Operation operation, bool finalized) in handlePlainGroupProp() 826 rtl::OUString const & name, Type type, Operation operation, bool finalized) in handleLocalizedGroupProp() 887 Operation op = OPERATION_MODIFY; in handleGroupNode() 960 Operation op = OPERATION_MODIFY; in handleSetNode()
|
/aoo42x/main/basegfx/source/tools/ |
H A D | b2dclipstate.cxx | 44 enum Operation {UNION, INTERSECT, XOR, SUBTRACT}; enum 120 void addRange(const B2DRange& rRange, Operation eOp) in addRange() 135 void addPolygon(B2DPolygon aPoly, Operation eOp) in addPolygon() 145 void addPolyPolygon(B2DPolyPolygon aPoly, Operation eOp) in addPolyPolygon() 155 void addClipState(const ImplB2DClipState& rOther, Operation eOp) in addClipState() 497 mutable Operation mePendingOps;
|
/aoo42x/main/ucb/source/core/ |
H A D | ucbcmds.cxx | 659 else if ( ( rContext.aArg.Operation in createNew() 661 ( rContext.aArg.Operation in createNew() 832 sal_Bool bHasTargetURL = ( rContext.aArg.Operation in transferProperties() 899 if ( !bHasTargetURL && ( rContext.aArg.Operation in transferProperties() 1370 if ( bSourceIsDocument && ( rContext.aArg.Operation in globalTransfer_() 1382 if ( bSourceIsFolder && ( rContext.aArg.Operation in globalTransfer_() 1647 rContext.aArg.Operation, // Operation in globalTransfer_() 1796 if ( ( rArg.Operation == ucb::TransferCommandOperation_COPY ) || in globalTransfer() 1797 ( rArg.Operation == ucb::TransferCommandOperation_MOVE ) ) in globalTransfer() 1822 ( rArg.Operation in globalTransfer() [all …]
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/excel/ |
H A D | TestCalc_Rangetest2.log | 13 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationAdd 14 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationSubtract 15 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationMultiply 16 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationDivide
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/ |
H A D | TestCalc_Rangetest2.log | 13 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationAdd 14 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationSubtract 15 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationMultiply 16 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationDivide
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/excel/ |
H A D | TestCalc_Rangetest2.log | 13 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationAdd 14 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationSubtract 15 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationMultiply 16 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationDivide
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/ |
H A D | TestCalc_Rangetest2.log | 13 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationAdd 14 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationSubtract 15 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationMultiply 16 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationDivide
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/ |
H A D | TestCalc_Rangetest2.log | 13 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationAdd 14 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationSubtract 15 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationMultiply 16 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationDivide
|
/aoo42x/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/ |
H A D | TestCalc_Rangetest2.log | 13 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationAdd 14 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationSubtract 15 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationMultiply 16 ITEM Assertion OK : PasteSpecial Operation:=xlPasteSpecialOperationDivide
|
/aoo42x/main/odk/examples/DevelopersGuide/UCB/ |
H A D | ResourceManager.java | 117 arg.Operation = TransferCommandOperation.COPY; in transferResource() 119 arg.Operation = TransferCommandOperation.MOVE; in transferResource() 121 arg.Operation = TransferCommandOperation.LINK; in transferResource()
|
/aoo42x/main/writerfilter/source/doctok/ |
H A D | compactxmi.xsl | 56 <xsl:apply-templates select=".//UML:Attribute|.//UML:Operation" mode="ww8resource"/> 98 <xsl:apply-templates select=".//UML:Attribute|.//UML:Operation" mode="ww8resource"/> 226 <xsl:template match="UML:Operation" mode="ww8resource"> 276 <xsl:apply-templates select=".//UML:Attribute|.//UML:Operation" mode="ww8resource"/>
|
H A D | resourceidmapper.xsl | 72 …<xsl:for-each select='.//UML:Operation[@name!="reserved"][count(.//UML:Stereotype[@xmi.idref="noqn…
|
H A D | resourceidmapperback.xsl | 72 …<xsl:for-each select='.//UML:Operation[@name!="reserved"][count(.//UML:Stereotype[@xmi.idref="noqn…
|
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.hxx | 49 enum Operation { enum 271 Operation aOperation, 324 Operation aOperation,
|
H A D | cairo_canvashelper.cxx | 736 static void doOperation( Operation aOperation, in doOperation() 931 Operation aOperation, in doPolyPolygonImplementation() 1042 Operation aOperation, in doPolyPolygonPath()
|
/aoo42x/main/offapi/com/sun/star/sdb/application/ |
H A D | XCopyTableWizard.idl | 79 [attribute] short Operation 108 <p>This attribute is ignored if <member>Operation</member> is
|
/aoo42x/main/offapi/com/sun/star/ucb/ |
H A D | TransferCommandOperation.idl | 33 <member>GlobalTransferCommandArgument::Operation</member>.
|
H A D | GlobalTransferCommandArgument.idl | 43 TransferCommandOperation Operation;
|
/aoo42x/main/connectivity/source/inc/odbc/ |
H A D | OFunctions.hxx | 338 SQLUSMALLINT Operation, 344 SQLSMALLINT Operation);
|
/aoo42x/main/xmerge/java/xmerge/src/main/resources/org/openoffice/xmerge/util/ |
H A D | resources.properties | 41 OPERATION_NOT_SUPPORTED=Operation not supported
|
/aoo42x/main/wizards/com/sun/star/wizards/common/ |
H A D | UCB.java | 134 aArg.Operation = TransferCommandOperation.COPY; in copyArg()
|
/aoo42x/main/oovbaapi/ooo/vba/excel/ |
H A D | XRange.idl | 130 void PasteSpecial([in] any Paste, [in] any Operation,[in] any SkipBlanks, [in] any Transpose);
|
/aoo42x/main/svtools/source/dialogs/ |
H A D | so3res.src | 113 Text [ en-US ] = "Operation not implemented." ;
|