Home
last modified time | relevance | path

Searched refs:aOperation (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx736 static void doOperation( Operation aOperation, in doOperation() argument
742 switch( aOperation ) { in doOperation()
931 Operation aOperation, in doPolyPolygonImplementation() argument
973 if( ! bIsBezier && (bIsRectangle || aOperation == Clip) ) { in doPolyPolygonImplementation()
978 if( aOperation == Stroke ) { in doPolyPolygonImplementation()
998 if( aOperation == Stroke ) { in doPolyPolygonImplementation()
1018 if( aOperation == Fill && pTextures ) { in doPolyPolygonImplementation()
1020 doOperation( aOperation, pCairo, pTextures, pDevice, aPolyPolygon.getB2DRange() ); in doPolyPolygonImplementation()
1024 OSL_TRACE( "empty polygon for op: %d\n", aOperation ); in doPolyPolygonImplementation()
1025 if( aOperation == Clip ) { in doPolyPolygonImplementation()
[all …]
H A Dcairo_canvashelper.hxx271 Operation aOperation,
324 Operation aOperation,
/AOO41X/main/extensions/source/config/ldap/
H A Dldapaccess.cxx85 static void checkLdapReturnCode(const sal_Char *aOperation, in checkLdapReturnCode() argument
94 if (aOperation != NULL) in checkLdapReturnCode()
96 message.appendAscii(aOperation).appendAscii(": ") ; in checkLdapReturnCode()
/AOO41X/main/sc/source/ui/docshell/
H A Ddocfunc.cxx200 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()
241 ScDetOpData aOperation( ScAddress(nCol,nRow,nTab), SCDETOP_DELPRED ); in DetectiveDelPred() local
242 pDoc->AddDetectiveOperation( aOperation ); in DetectiveDelPred()
246 new ScUndoDetective( &rDocShell, pUndo, &aOperation ) ); in DetectiveDelPred()
280 ScDetOpData aOperation( ScAddress(nCol,nRow,nTab), SCDETOP_ADDSUCC ); in DetectiveAddSucc() local
281 pDoc->AddDetectiveOperation( aOperation ); in DetectiveAddSucc()
285 new ScUndoDetective( &rDocShell, pUndo, &aOperation ) ); in DetectiveAddSucc()
321 ScDetOpData aOperation( ScAddress(nCol,nRow,nTab), SCDETOP_DELSUCC ); in DetectiveDelSucc() local
[all …]
/AOO41X/main/sc/source/ui/view/
H A Dviewfunc.cxx1621 ::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()