| /aoo41x/main/sd/source/ui/func/ | 
| H A D | sdundogr.cxx | 42 	for (sal_uLong nAction = 0; nAction < nLast; nAction++)  in ~SdUndoGroup()  local44 		delete (SdUndoAction*) aCtn.GetObject(nAction);  in ~SdUndoGroup()
 82 	for (long nAction = nLast - 1; nAction >= 0; nAction--)  in Undo()  local
 84 		((SdUndoAction*)aCtn.GetObject((sal_uLong)nAction))->Undo();  in Undo()
 98 	for (sal_uLong nAction = 0; nAction < nLast; nAction++)  in Redo()  local
 100 		((SdUndoAction*)aCtn.GetObject(nAction))->Redo();  in Redo()
 
 | 
| H A D | fuinsert.cxx | 143 				sal_Int8	nAction = DND_ACTION_COPY;  in DoExecute()  local149                     nAction = DND_ACTION_LINK;  in DoExecute()
 154                     nAction = DND_ACTION_MOVE;  in DoExecute()
 162 				SdrGrafObj* pGrafObj = mpView->InsertGraphic(aGraphic, nAction, aPos, pPickObj, NULL);  in DoExecute()
 240             sal_Int8 nAction = DND_ACTION_COPY;  in DoExecute()  local
 244                                     nAction, sal_False, nFormatId ) &&  in DoExecute()
 772 			sal_Int8    nAction = DND_ACTION_COPY;  in DoExecute()  local
 791 		    mpView->InsertMediaURL( aURL, nAction, aPos, aSize ) ;  in DoExecute()
 
 | 
| /aoo41x/main/svx/source/table/ | 
| H A D | tablecontroller.cxx | 1236 		return nAction;  in getKeyboardAction()1247 			nAction = ACTION_STOP_TEXT_EDIT;  in getKeyboardAction()
 1262 			nAction = ACTION_EDIT_CELL;  in getKeyboardAction()
 1274 			nAction = ACTION_STOP_TEXT_EDIT;  in getKeyboardAction()
 1285 			nAction = ACTION_EDIT_CELL;  in getKeyboardAction()
 1329 			nAction = ACTION_TAB;  in getKeyboardAction()
 1369 					nAction = ACTION_NONE;  in getKeyboardAction()
 1393 				nAction = ACTION_GOTO_UP_CELL;  in getKeyboardAction()
 1406 			nAction = ACTION_GOTO_LAST_ROW;  in getKeyboardAction()
 1409 	return nAction;  in getKeyboardAction()
 [all …]
 
 | 
| /aoo41x/main/sw/source/ui/dochdl/ | 
| H A D | swdtflvr.cxx | 1115     sal_uInt16 nEventAction, nAction=0,  in Paste()  local1121 		nAction = EXCHG_OUT_ACTION_INSERT_PRIVATE;  in Paste()
 1147 			nAction = EXCHG_OUT_ACTION_INSERT_STRING | (nAction & !EXCHG_ACTION_MASK);  in Paste()
 1981 				switch( nAction )  in _PasteTargetURL()
 2260 		rSh.Paste( *xStrm, nAction, pPt );  in _PasteSdrFormat()
 2315 			if( SW_PASTESDR_SETATTR == nAction )  in _PasteGrf()
 2382         switch( nAction )  in _PasteGrf()
 2887 		if( EXCHG_INOUT_ACTION_NONE != nAction )  in PasteFormat()
 2902 		nAction = SotExchange::GetExchangeAction(  in _TestAllowedFormat()
 2909 	return EXCHG_INOUT_ACTION_NONE != nAction;  in _TestAllowedFormat()
 [all …]
 
 | 
| /aoo41x/main/sc/inc/ | 
| H A D | chgtrack.hxx | 264 			sal_uLong				nAction;  member in ScChangeAction276 												const sal_uLong nAction,
 285 												const sal_uLong nAction);
 292 			void				SetActionNumber( sal_uLong n ) { nAction = n; }  in SetActionNumber()
 1159 			sal_Bool				IsGenerated( sal_uLong nAction ) const  in IsGenerated()
 1160 									{ return nAction >= nGeneratedMin; }  in IsGenerated()
 1161 			ScChangeAction*		GetAction( sal_uLong nAction ) const  in GetAction()
 1162 									{ return aTable.Get( nAction ); }  in GetAction()
 1167 										return IsGenerated( nAction ) ?  in GetActionOrGenerated()
 1168 											GetGenerated( nAction ) :  in GetActionOrGenerated()
 [all …]
 
 | 
| /aoo41x/main/tools/source/debug/ | 
| H A D | debug.cxx | 1169 void* DbgFunc( sal_uInt16 nAction, void* pParam )  in DbgFunc()  argument1173     if ( nAction == DBG_FUNC_GETDATA )  in DbgFunc()
 1177     else if ( nAction == DBG_FUNC_FILTERMESSAGE )  in DbgFunc()
 1185         switch ( nAction )  in DbgFunc()
 1365     switch ( nAction )  in DbgProf()
 1481          !(nAction & DBG_XTOR_DTOROBJ) )  in DbgXtor()
 1512                  !(nAction & DBG_XTOR_DTOROBJ) )  in DbgXtor()
 1537         switch ( nAction & ~DBG_XTOR_DTOROBJ )  in DbgXtor()
 1540                 if ( nAction & DBG_XTOR_DTOROBJ )  in DbgXtor()
 1561                 if ( nAction & DBG_XTOR_DTOROBJ )  in DbgXtor()
 [all …]
 
 | 
| /aoo41x/main/drawinglayer/source/primitive2d/ | 
| H A D | metafileprimitive2d.cxx | 1648         for(sal_uInt32 nAction(0); nAction < nCount; nAction++)  in interpretMetafile()  local1650             MetaAction* pAction = rMetaFile.GetAction(nAction);  in interpretMetafile()
 1665                     while(META_PIXEL_ACTION == pAction->GetType() && nAction < nCount)  in interpretMetafile()
 1682 						nAction++; if(nAction < nCount) pAction = rMetaFile.GetAction(nAction);  in interpretMetafile()
 1685                     nAction--;  in interpretMetafile()
 1706 							nAction++; if(nAction < nCount) pAction = rMetaFile.GetAction(nAction);  in interpretMetafile()
 1709                         nAction--;  in interpretMetafile()
 1759 							nAction++; if(nAction < nCount) pAction = rMetaFile.GetAction(nAction);  in interpretMetafile()
 1762                         nAction--;  in interpretMetafile()
 3107 						sal_uInt32 b(nAction + 1);  in interpretMetafile()
 [all …]
 
 | 
| /aoo41x/main/sd/source/ui/slidesorter/controller/ | 
| H A D | SlsClipboard.cxx | 715     sal_Int8 nAction (DND_ACTION_NONE);  in AcceptDrop()  local725             nAction = rEvent.mnAction;  in AcceptDrop()
 738                 nAction = DND_ACTION_COPY;  in AcceptDrop()
 740             else if (IsInsertionTrivial(pDragTransferable, nAction))  in AcceptDrop()
 742                 nAction = DND_ACTION_NONE;  in AcceptDrop()
 749                 pSelectionFunction->MouseDragged(rEvent, nAction);  in AcceptDrop()
 757             nAction = ExecuteOrAcceptShapeDrop(  in AcceptDrop()
 769             nAction = DND_ACTION_NONE;  in AcceptDrop()
 773     return nAction;  in AcceptDrop()
 
 | 
| /aoo41x/main/cui/source/dialogs/ | 
| H A D | SpellDialog.cxx | 1508             sal_Int8 nAction = ACTION_CONTINUE;  in PreNotify()  local1524 						nAction = bHasField ? ACTION_SELECTFIELD : ACTION_CONTINUE;  in PreNotify()
 1526 						nAction = bHasError && !aCursor.GetIndex() ? ACTION_CONTINUE :  in PreNotify()
 1531                     nAction =  bHasField ? ACTION_SELECTFIELD :  in PreNotify()
 1542 						nAction = bHasFieldLeft && bHasError ? ACTION_EXPAND :  in PreNotify()
 1547                     nAction = bHasField ? ACTION_UNDOEDIT : ACTION_CONTINUE;  in PreNotify()
 1561                     nAction = ACTION_UNDOEDIT;  in PreNotify()
 1566             if(nAction != ACTION_SELECTFIELD)  in PreNotify()
 1579             if(nAction == ACTION_EXPAND)  in PreNotify()
 1630             else if(nAction == ACTION_UNDOEDIT)  in PreNotify()
 [all …]
 
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | gdimtf.hxx | 197     void            Wind( sal_uLong nAction );207 …MetaAction*     GetAction( sal_uLong nAction ) const { return (MetaAction*) GetObject( nAction ); }  in GetAction()
 210 … ReplaceAction( MetaAction* pAction, sal_uLong nAction ) { return (MetaAction*) Replace( pAction, …  in ReplaceAction()  argument
 
 | 
| /aoo41x/main/sw/source/ui/inc/ | 
| H A D | swdtflvr.hxx | 102 						sal_uInt16 nAction, const Point* pPt, sal_Bool bInsertGRF );108 									SwWrtShell& rSh, sal_uInt16 nAction,
 112 								sal_uLong nFmt, sal_uInt16 nAction, const Point* pPt,
 122 							SwWrtShell& rSh, sal_uLong nFmt, sal_uInt16 nAction,
 180 						  SwWrtShell& rSh, sal_uInt16 nAction, sal_uLong nFormat,
 
 | 
| /aoo41x/main/tools/inc/tools/ | 
| H A D | debug.hxx | 138 TOOLS_DLLPUBLIC void* DbgFunc( sal_uInt16 nAction, void* pData = NULL );366 TOOLS_DLLPUBLIC void DbgProf( sal_uInt16 nAction, DbgDataType* );
 375               sal_uInt16 nAction, const void* pThis, DbgUsr fDbgUsr );
 383     sal_uInt16          nAction;  member in DbgXtorObj
 391                         nAction  = nAct;  in DbgXtorObj()
 398                         DbgXtor( pDbgData, nAction | DBG_XTOR_DTOROBJ,  in ~DbgXtorObj()
 
 | 
| /aoo41x/main/sd/source/ui/view/ | 
| H A D | outlview.cxx | 1848 			size_t nAction = pListAction->aUndoActions.size();  in TryToMergeUndoActions()  local1850 			while( !pEditUndo && nAction )  in TryToMergeUndoActions()
 1852 				pEditUndo = dynamic_cast< EditUndo* >(pListAction->aUndoActions[--nAction].pAction);  in TryToMergeUndoActions()
 1855 			sal_uInt16 nEditPos = nAction; // we need this later to remove the merged undo actions  in TryToMergeUndoActions()
 1858 			while( pEditUndo && nAction )  in TryToMergeUndoActions()
 1860 				if( dynamic_cast< EditUndo* >(pListAction->aUndoActions[--nAction].pAction) )  in TryToMergeUndoActions()
 1869 				nAction = pPrevListAction->aUndoActions.size();  in TryToMergeUndoActions()
 1871 				while( !pPrevEditUndo && nAction )  in TryToMergeUndoActions()
 1872 					pPrevEditUndo = dynamic_cast< EditUndo* >(pPrevListAction->aUndoActions[--nAction].pAction);  in TryToMergeUndoActions()
 1894 							nAction = pPrevListAction->aUndoActions.size();  in TryToMergeUndoActions()
 [all …]
 
 | 
| /aoo41x/main/filter/source/graphicfilter/eos2met/ | 
| H A D | eos2met.cxx | 300 …for( sal_uLong nAction = 0, nActionCount=pMTF->GetActionCount(); nAction < nActionCount; nAction++…  in CountActionsAndBitmaps()  local302 		pMA =  pMTF->GetAction(nAction);  in CountActionsAndBitmaps()
 387 	sal_uLong nAction, nActionCount;  in CreateChrSets()  local
 395 	for (nAction=0; nAction<nActionCount; nAction++)  in CreateChrSets()
 397 		pMA = pMTF->GetAction(nAction);  in CreateChrSets()
 728 …for ( sal_uLong nAction = 0, nActionCount = pMTF->GetActionCount(); nAction < nActionCount; nActio…  in WriteImageObjects()  local
 730 		pMA = pMTF->GetAction(nAction);  in WriteImageObjects()
 
 | 
| /aoo41x/main/svl/source/items/ | 
| H A D | style.cxx | 85 	sal_uInt16				nAction,		// SFX_STYLESHEET_... (s.o.)  in SfxStyleSheetHintExtended()  argument88 :	SfxStyleSheetHint( nAction ),  in SfxStyleSheetHintExtended()
 93 	sal_uInt16				nAction,		// SFX_STYLESHEET_... (s.o.)  in SfxStyleSheetHintExtended()  argument
 97 :	SfxStyleSheetHint( nAction, rStyleSheet ),  in SfxStyleSheetHintExtended()
 105 	sal_uInt16				nAction,		// SFX_STYLESHEET_... (s.o.)  in SfxStyleSheetHint()  argument
 109 	nHint( nAction )  in SfxStyleSheetHint()
 114 	sal_uInt16				nAction		// SFX_STYLESHEET_... (s.o.)  in SfxStyleSheetHint()  argument
 117 	nHint( nAction )  in SfxStyleSheetHint()
 
 | 
| /aoo41x/main/svx/inc/svx/ | 
| H A D | galctrl.hxx | 80 	SVX_DLLPRIVATE virtual void		StartDrag( sal_Int8 nAction, const Point& rPosPixel );123 	virtual void		StartDrag( sal_Int8 nAction, const Point& rPosPixel );
 163 	virtual void		StartDrag( sal_Int8 nAction, const Point& rPosPixel );
 
 | 
| /aoo41x/main/sw/source/core/layout/ | 
| H A D | dbg_lay.cxx | 197 	sal_uLong nFunction, nAction;		// die Funktion, ggf. die Aktion  member in SwImplEnterLeave201 		: pFrm( pF ), nFunction( nFunct ), nAction( nAct ), pParam( pPar ) {}  in SwImplEnterLeave()
 470 void lcl_Start( ByteString& rOut, ByteString& rLay, sal_uLong nAction )  in lcl_Start()  argument
 472 	if( nAction == ACT_START )  in lcl_Start()
 477 	else if( nAction == ACT_END )  in lcl_Start()
 
 | 
| /aoo41x/main/dbaccess/source/ui/app/ | 
| H A D | AppController.cxx | 2478 				if ( nAction != DND_ACTION_NONE )  in queryDrop()2492 									nAction = nActionAskedFor & DND_ACTION_COPYMOVE;  in queryDrop()
 2495 								nAction = DND_ACTION_NONE;  in queryDrop()
 2502 				return nAction;  in queryDrop()
 2532 	m_aAsyncDrop.nAction		= _rEvt.mnAction;  in executeDrop()
 2555 		sal_Int8 nAction = _rEvt.mnAction;  in executeDrop()  local
 2583 						nAction &= ~DND_ACTION_MOVE;  in executeDrop()
 2586 					nAction &= ~DND_ACTION_MOVE;  in executeDrop()
 2589 		if ( nAction != DND_ACTION_NONE )  in executeDrop()
 2591 			m_aAsyncDrop.nAction = nAction;  in executeDrop()
 [all …]
 
 | 
| /aoo41x/main/sc/source/ui/miscdlgs/ | 
| H A D | acredlin.cxx | 1657 	sal_uLong nAction=0;  in RemoveEntrys()  local1660 		nAction=pEntryData->nActionNo;  in RemoveEntrys()
 1663 	if(nAction>=nStartAction && nAction<=nEndAction)  in RemoveEntrys()
 1678 			nAction=pEntryData->nActionNo;  in RemoveEntrys()
 1680 			if(nStartAction<=nAction && nAction<=nEndAction) bRemove=sal_True;  in RemoveEntrys()
 1717 			sal_uLong nAction=pScChangeAction->GetActionNumber();  in UpdateEntrys()  local
 1719 			if(nStartAction<=nAction && nAction<=nEndAction) bRemove=sal_True;  in UpdateEntrys()
 
 | 
| /aoo41x/main/sw/source/core/frmedt/ | 
| H A D | fecopy.cxx | 1346 void SwFEShell::Paste( SvStream& rStrm, sal_uInt16 nAction, const Point* pPt )  in Paste()  argument1380 		if( SW_PASTESDR_SETATTR == nAction && pOldObj->ISA(SwVirtFlyDrawObj) )  in Paste()
 1381 			nAction = SW_PASTESDR_REPLACE;  in Paste()
 1383 		switch( nAction )  in Paste()
 1401 						nAction = SW_PASTESDR_INSERT;  in Paste()
 1515 			nAction = SW_PASTESDR_INSERT;  in Paste()
 1520 		nAction = SW_PASTESDR_INSERT;  in Paste()
 1522 	if( SW_PASTESDR_INSERT == nAction )  in Paste()
 
 | 
| /aoo41x/main/svx/inc/svx/sdr/table/ | 
| H A D | tablecontroller.hxx | 139 …indow* pWindow, const ::com::sun::star::awt::MouseEvent* pMouseEvent = 0, sal_uInt16 nAction = 0 );145     SVX_DLLPRIVATE bool executeAction( sal_uInt16 nAction, bool bSelect, Window* pWindow );
 146 …IVATE void gotoCell( const CellPos& rCell, bool bSelect, Window* pWindow, sal_uInt16 nAction = 0 );
 
 | 
| /aoo41x/main/framework/source/classes/ | 
| H A D | droptargetlistener.cxx | 93 	const sal_Int8 nAction = dtde.DropAction;  in drop()  local97 		if ( css::datatransfer::dnd::DNDConstants::ACTION_NONE != nAction )  in drop()
 117         dtde.Context->dropComplete( css::datatransfer::dnd::DNDConstants::ACTION_NONE != nAction );  in drop()
 
 | 
| /aoo41x/main/sdext/source/pdfimport/tree/ | 
| H A D | genericelements.hxx | 208                          sal_Int8 nAction );306                                    sal_Int8 nAction)  in createPolyPolyElement()  argument
 307         { return new PolyPolyElement( pParent, nGCId, rPolyPoly, nAction ); }  in createPolyPolyElement()
 
 | 
| /aoo41x/main/svtools/inc/svtools/ | 
| H A D | transfer.hxx | 118 	AcceptDropEvent( sal_Int8 nAction,  in AcceptDropEvent()122 		mnAction( nAction ),  in AcceptDropEvent()
 147 	ExecuteDropEvent( sal_Int8 nAction,  in ExecuteDropEvent()
 150 		mnAction( nAction ),  in ExecuteDropEvent()
 458 	virtual void		StartDrag( sal_Int8 nAction, const Point& rPosPixel );
 
 | 
| /aoo41x/main/svtools/source/svhtml/ | 
| H A D | parhtml.cxx | 2149     sal_uInt16 nAction = HTML_META_NONE;  in ParseMetaOptionsImpl()  local2159                 if ( HTML_META_NONE==nAction )  in ParseMetaOptionsImpl()
 2161                     pOption->GetEnum( nAction, aHTMLMetaNameTable );  in ParseMetaOptionsImpl()
 2166                 pOption->GetEnum( nAction, aHTMLMetaNameTable );  in ParseMetaOptionsImpl()
 2175     if ( bHTTPEquiv || HTML_META_DESCRIPTION != nAction )  in ParseMetaOptionsImpl()
 2199     switch ( nAction )  in ParseMetaOptionsImpl()
 2245                 if ( HTML_META_CREATED==nAction )  in ParseMetaOptionsImpl()
 
 |