Home
last modified time | relevance | path

Searched refs:bCut (Results 1 – 16 of 16) sorted by last modified time

/trunk/main/editeng/source/editeng/
H A Dimpedit.hxx295 …::Reference< ::com::sun::star::datatransfer::clipboard::XClipboard >& rxClipboard, sal_Bool bCut );
H A Dimpedit.cxx1266 …o::Reference< ::com::sun::star::datatransfer::clipboard::XClipboard >& rxClipboard, sal_Bool bCut ) in CutCopy() argument
1289 if ( bCut ) in CutCopy()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx2429 void ScDocument::SetClipArea( const ScRange& rArea, sal_Bool bCut ) in SetClipArea() argument
2436 rClipParam.mbCutMode = bCut; in SetClipArea()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx2237 sal_Bool bCut, sal_Bool bRecord, sal_Bool bPaint, sal_Bool bApi ) in MoveBlock() argument
2290 …cClipParam aClipParam(ScRange(nStartCol, nStartRow, nStartTab, nEndCol, nEndRow, nStartTab), bCut); in MoveBlock()
2314 sal_Bool bIncludeFiltered = bCut; in MoveBlock()
2340 if (bCut) in MoveBlock()
2354 if (bClipOver && !bCut) in MoveBlock()
2387 if (bCut) in MoveBlock()
2407 if (bCut) in MoveBlock()
2500 bCut, pUndoDoc, pUndoData, bScenariosAdded ) ); in MoveBlock()
2514 if (bCut) in MoveBlock()
2553 if ( bCut ) in MoveBlock()
/trunk/main/sw/source/ui/wrtsh/
H A Dselect.cxx951 int SwWrtShell::IntelligentCut(int nSelection, sal_Bool bCut) in IntelligentCut() argument
987 if(bCut) in IntelligentCut()
1003 if(bCut) { in IntelligentCut()
/trunk/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx1308 bool bCut, bool bPaste, in changeParagraphText() argument
1325 static_cast< ::sal_uInt16 >(nEnd), bCut, bPaste, rText); in changeParagraphText()
1947 bool bCut, bool bPaste, in changeParagraphText() argument
1952 if (bCut) in changeParagraphText()
/trunk/main/sw/source/ui/inc/
H A Dwrtsh.hxx297 int IntelligentCut(int nSelectionType, sal_Bool bCut = sal_True);
/trunk/main/sc/source/ui/view/
H A Dviewfun3.cxx328 if ( !bCut ) in CopyToClip()
342 ScClipParam aClipParam(aRange, bCut); in CopyToClip()
412 if (bCut) in CopyToClip()
1201 sal_Bool bCut = pClipDoc->IsCutMode(); in PasteFromClip() local
1208 if ( bCut ) in PasteFromClip()
1209 pClipDoc->SetCutMode( bCut ); in PasteFromClip()
1741 sal_Bool bCut, sal_Bool bRecord, sal_Bool bPaint, sal_Bool bApi ) in MoveBlockTo() argument
1755 String aUndo = ScGlobal::GetRscString( bCut ? STR_UNDO_MOVE : STR_UNDO_COPY ); in MoveBlockTo()
1780 aLocalSource, aLocalDest, bCut, bRecord, bPaint, bApi ); in MoveBlockTo()
1793 rSource, rDestPos, bCut, bRecord, bPaint, bApi ); in MoveBlockTo()
[all …]
/trunk/main/sc/source/ui/undo/
H A Dundoblk.cxx1136 bCut( bNewCut ), in ScUndoDragDrop()
1144 sal_Bool bIncludeFiltered = bCut; in ScUndoDragDrop()
1168 return bCut ? in GetComment()
1178 if ( bCut ) in SetChangeTrack()
1276 if (bCut) in Undo()
1313 ScClipParam aClipParam(aSrcRange, bCut); in Redo()
1316 if (bCut) in Redo()
1330 sal_Bool bIncludeFiltered = bCut; in Redo()
1334 if (bCut) in Redo()
/trunk/main/sc/source/ui/inc/
H A Dviewfunc.hxx109 …SC_DLLPUBLIC sal_Bool CopyToClip( ScDocument* pClipDoc = NULL, sal_Bool bCut = sal_False, sal_Bo…
160 sal_Bool bCut, sal_Bool bRecord, sal_Bool bPaint, sal_Bool bApi );
H A Dundoblk.hxx249 sal_Bool bCut; member in ScUndoDragDrop
H A Ddocfunc.hxx112 sal_Bool bCut, sal_Bool bRecord, sal_Bool bPaint, sal_Bool bApi );
/trunk/main/sc/source/core/tool/
H A Drefupdat.cxx50 bCut = sal_True; in lcl_MoveStart()
55 bCut = sal_True; in lcl_MoveStart()
57 return bCut; in lcl_MoveStart()
71 bCut = sal_True; in lcl_MoveEnd()
76 bCut = sal_True; in lcl_MoveEnd()
78 return bCut; in lcl_MoveEnd()
124 bCut = sal_True; in lcl_MoveItCut()
131 return bCut; in lcl_MoveItCut()
245 if ( bCut ) in lcl_MoveBig()
250 return bCut; in lcl_MoveBig()
[all …]
/trunk/main/sc/inc/
H A Ddocument.hxx1056 void SetCutMode( sal_Bool bCut );
1058 void SetClipArea( const ScRange& rArea, sal_Bool bCut = sal_False );
/trunk/main/basegfx/source/polygon/
H A Db2dlinegeometry.cxx388 const bool bCut(bCutA || bCutB); in createAreaGeometryForEdge() local
526 if(bCut && ((bStartRound || bStartSquare) && (bEndRound || bEndSquare))) in createAreaGeometryForEdge()
/trunk/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx532 ::sal_Int32 nEnd, bool bCut, bool bPaste,
640 bool bCut, bool bPaste,

Completed in 163 milliseconds