Home
last modified time | relevance | path

Searched refs:nAction (Results 1 – 25 of 109) sorted by path

12345

/trunk/main/automation/source/server/
H A Dstatemnt.cxx1873 sal_uInt16 nAction; member in FindShortcutErrors
1889 nAction = nA; in SetAction()
1890 if ( FDS_ACTION_COLLECT == nAction ) in SetAction()
1912 switch ( nAction ) in IsWinOK()
2010 if ( FDS_ACTION_MARK == nAction || FDS_ACTION_UNMARK == nAction ) in IsWinOK()
/trunk/main/avmedia/inc/avmedia/
H A Dmediawindow.hxx141 virtual void StartDrag( sal_Int8 nAction, const Point& rPosPixel );
/trunk/main/avmedia/source/viewer/
H A Dmediawindow_impl.cxx534 void MediaWindowImpl::StartDrag( sal_Int8 nAction, const Point& rPosPixel ) in StartDrag() argument
539 pMediaWindow->StartDrag( nAction, rPosPixel ); in StartDrag()
H A Dmediawindow_impl.hxx127 virtual void StartDrag( sal_Int8 nAction, const Point& rPosPixel );
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx1508 sal_Int8 nAction = ACTION_CONTINUE; in PreNotify() local
1524 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 …]
/trunk/main/dbaccess/source/ui/app/
H A DAppController.cxx2478 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 …]
H A DAppControllerDnD.cxx913 …if ( paste(m_aAsyncDrop.nType,m_aAsyncDrop.aDroppedData,m_aAsyncDrop.aUrl,m_aAsyncDrop.nAction == …
914 && m_aAsyncDrop.nAction == DND_ACTION_MOVE )
/trunk/main/dbaccess/source/ui/browser/
H A DdsbrowserDnD.cxx151 m_aAsyncDrop.nAction = _rEvt.mnAction; in executeDrop()
H A Dsbagrid.cxx1527 sal_Int8 nAction = DND_ACTION_NONE; in AcceptDrop() local
1531 return nAction; in AcceptDrop()
1599 nAction = DND_ACTION_COPY; in AcceptDrop()
1610 if(nAction != DND_ACTION_COPY && GetEmptyRow().Is()) in AcceptDrop()
1614 nAction = DND_ACTION_COPY; in AcceptDrop()
1631 return (DND_ACTION_NONE != nAction) ? nAction : FmGridControl::AcceptDrop(rEvt); in AcceptDrop()
/trunk/main/dbaccess/source/ui/inc/
H A DJoinTableView.hxx232 virtual void StartDrag( sal_Int8 nAction, const Point& rPosPixel );
H A DTableCopyHelper.hxx101 sal_Int8 nAction; member
105 DropDescriptor() : nType(E_TABLE),pDroppedAt(NULL),nAction(DND_ACTION_NONE) { } in DropDescriptor()
H A DTableWindowListBox.hxx88 virtual void StartDrag( sal_Int8 nAction, const Point& rPosPixel );
H A Ddbtreelistbox.hxx147 virtual void StartDrag( sal_Int8 nAction, const Point& rPosPixel );
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1648 for(sal_uInt32 nAction(0); nAction < nCount; nAction++) in interpretMetafile() local
1650 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()
3112 sal_uInt32 b(nAction + 1); in interpretMetafile()
[all …]
/trunk/main/editeng/inc/editeng/
H A Deditdata.hxx322 sal_uInt16 nAction; member
326 PasteOrDropInfos() : nAction(0), nStartPara(EE_PARA_MAX), nEndPara(EE_PARA_MAX) {} in PasteOrDropInfos()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx1329 aPasteOrDropInfos.nAction = EE_ACTION_PASTE; in Paste()
1763 aPasteOrDropInfos.nAction = EE_ACTION_DROP; in drop()
/trunk/main/extensions/source/scanner/
H A Dsane.cxx130 SANE_Status Sane::ControlOption( int nOption, SANE_Action nAction, in ControlOption() argument
137 nAction, pData, &nInfo ); in ControlOption()
143 switch( nAction ) in ControlOption()
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx122 sal_uInt8 nAction; member
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx300 …for( sal_uLong nAction = 0, nActionCount=pMTF->GetActionCount(); nAction < nActionCount; nAction++… in CountActionsAndBitmaps() local
302 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()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx208 sal_uLong nAction, nActionCount; in CountActionsAndBitmaps() local
213 for (nAction=0; nAction<nActionCount; nAction++) in CountActionsAndBitmaps()
215 pMA = rMTF.GetAction( nAction ); in CountActionsAndBitmaps()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx250 >> rAtom.nAction in operator >>()
/trunk/main/fpicker/source/office/
H A DOfficeFilePicker.cxx153 void setAction( sal_Int16 nAction ) { m_nControlAction = nAction; } in setAction()
/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerImpl.cxx1044 …::sal_Int16 nAction = rRequest->getArgumentOrDefault(PROP_CONTROL_ACTION, INVALID_CONTROL_ACTION… in impl_sta_SetControlValue()
1075 switch (nAction) in impl_sta_SetControlValue()
1119 … ::sal_Int16 nAction = rRequest->getArgumentOrDefault(PROP_CONTROL_ACTION, INVALID_CONTROL_ACTION); in impl_sta_GetControlValue()
/trunk/main/framework/source/classes/
H A Ddroptargetlistener.cxx93 const sal_Int8 nAction = dtde.DropAction; in drop() local
97 if ( css::datatransfer::dnd::DNDConstants::ACTION_NONE != nAction ) in drop()
117 dtde.Context->dropComplete( css::datatransfer::dnd::DNDConstants::ACTION_NONE != nAction ); in drop()
/trunk/main/offapi/com/sun/star/embed/
H A DXActionsApproval.idl48 @param nAction
58 boolean approveAction( [in] long nAction );

Completed in 188 milliseconds

12345