Searched refs:aOperation (Results 1 – 5 of 5) sorted by relevance
/aoo4110/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 736 static void doOperation( Operation aOperation, in doOperation() argument 742 switch( aOperation ) { in doOperation() 978 if( aOperation == Stroke ) { in doPolyPolygonImplementation() 998 if( aOperation == Stroke ) { in doPolyPolygonImplementation() 1018 if( aOperation == Fill && pTextures ) { in doPolyPolygonImplementation() 1024 OSL_TRACE( "empty polygon for op: %d\n", aOperation ); in doPolyPolygonImplementation() 1025 if( aOperation == Clip ) { in doPolyPolygonImplementation() 1032 if( bOpToDo && ( aOperation != Fill || !pTextures ) ) in doPolyPolygonImplementation() 1037 if( aPolyPolygon.count() == 0 && aOperation == Clip ) in doPolyPolygonImplementation() 1042 Operation aOperation, in doPolyPolygonPath() argument [all …]
|
H A D | cairo_canvashelper.hxx | 271 Operation aOperation, 324 Operation aOperation,
|
/aoo4110/main/extensions/source/config/ldap/ |
H A D | ldapaccess.cxx | 85 static void checkLdapReturnCode(const sal_Char *aOperation, in checkLdapReturnCode() argument 94 if (aOperation != NULL) in checkLdapReturnCode() 96 message.appendAscii(aOperation).appendAscii(": ") ; in checkLdapReturnCode()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 200 ScDetOpData aOperation( ScAddress(nCol,nRow,nTab), SCDETOP_ADDPRED ); in DetectiveAddPred() local 201 pDoc->AddDetectiveOperation( aOperation ); in DetectiveAddPred() 205 new ScUndoDetective( &rDocShell, pUndo, &aOperation ) ); in DetectiveAddPred() 242 pDoc->AddDetectiveOperation( aOperation ); in DetectiveDelPred() 246 new ScUndoDetective( &rDocShell, pUndo, &aOperation ) ); in DetectiveDelPred() 281 pDoc->AddDetectiveOperation( aOperation ); in DetectiveAddSucc() 285 new ScUndoDetective( &rDocShell, pUndo, &aOperation ) ); in DetectiveAddSucc() 322 pDoc->AddDetectiveOperation( aOperation ); in DetectiveDelSucc() 326 new ScUndoDetective( &rDocShell, pUndo, &aOperation ) ); in DetectiveDelSucc() 361 pDoc->AddDetectiveOperation( aOperation ); in DetectiveAddError() [all …]
|
/aoo4110/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 1621 ::rtl::OUString aOperation = ( eCmd == INS_INSROWS ? in InsertCells() 1624 pModelObj->NotifyChanges( aOperation, aChangeRanges ); in InsertCells() 1682 ::rtl::OUString aOperation = ( eCmd == DEL_DELROWS ? in DeleteCells() 1685 pModelObj->NotifyChanges( aOperation, aChangeRanges ); in DeleteCells()
|
Completed in 52 milliseconds