/aoo4110/main/sc/source/core/tool/ |
H A D | refupdat.cxx | 50 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 …]
|
/aoo4110/main/sc/source/ui/view/ |
H A D | viewfun3.cxx | 328 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 …]
|
/aoo4110/main/sc/source/ui/undo/ |
H A D | undoblk.cxx | 1136 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()
|
/aoo4110/main/sw/source/ui/wrtsh/ |
H A D | select.cxx | 951 int SwWrtShell::IntelligentCut(int nSelection, sal_Bool bCut) in IntelligentCut() argument 987 if(bCut) in IntelligentCut() 1003 if(bCut) { in IntelligentCut()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | viewfunc.hxx | 109 …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 D | docfunc.hxx | 112 sal_Bool bCut, sal_Bool bRecord, sal_Bool bPaint, sal_Bool bApi );
|
H A D | undoblk.hxx | 249 sal_Bool bCut; member in ScUndoDragDrop
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 2237 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()
|
/aoo4110/main/accessibility/inc/accessibility/extended/ |
H A D | textwindowaccessibility.hxx | 532 ::sal_Int32 nEnd, bool bCut, bool bPaste, 640 bool bCut, bool bPaste,
|
/aoo4110/main/basegfx/source/polygon/ |
H A D | b2dlinegeometry.cxx | 388 const bool bCut(bCutA || bCutB); in createAreaGeometryForEdge() local 526 if(bCut && ((bStartRound || bStartSquare) && (bEndRound || bEndSquare))) in createAreaGeometryForEdge()
|
/aoo4110/main/accessibility/source/extended/ |
H A D | textwindowaccessibility.cxx | 1308 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()
|
/aoo4110/main/sw/source/ui/inc/ |
H A D | wrtsh.hxx | 297 int IntelligentCut(int nSelectionType, sal_Bool bCut = sal_True);
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit.cxx | 1266 …o::Reference< ::com::sun::star::datatransfer::clipboard::XClipboard >& rxClipboard, sal_Bool bCut ) in CutCopy() argument 1289 if ( bCut ) in CutCopy()
|
H A D | impedit.hxx | 295 …::Reference< ::com::sun::star::datatransfer::clipboard::XClipboard >& rxClipboard, sal_Bool bCut );
|
/aoo4110/main/sc/inc/ |
H A D | document.hxx | 1056 void SetCutMode( sal_Bool bCut ); 1058 void SetClipArea( const ScRange& rArea, sal_Bool bCut = sal_False );
|
/aoo4110/main/sc/source/core/data/ |
H A D | document.cxx | 2427 void ScDocument::SetClipArea( const ScRange& rArea, sal_Bool bCut ) in SetClipArea() argument 2434 rClipParam.mbCutMode = bCut; in SetClipArea()
|