Home
last modified time | relevance | path

Searched refs:bMoveCells (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/ui/docshell/
H A Ddbdocimp.cxx426 sal_Bool bMoveCells = !bAddrInsert && pDBData->IsDoSize(); in DoImport() local
428 if (bMoveCells && nEndCol == rParam.nCol2) in DoImport()
458 if ( bSuccess && bMoveCells ) in DoImport()
555 if (bMoveCells) in DoImport()
604 if (!bMoveCells) // move has happened above in DoImport()
/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx1310 sal_Bool bMoveCells = pUndoDBData && pRedoDBData && in Undo() local
1312 if (bMoveCells) in Undo()
1350 if (bMoveCells) in Undo()
1380 sal_Bool bMoveCells = pUndoDBData && pRedoDBData && in Redo() local
1382 if (bMoveCells) in Redo()
1422 if (bMoveCells) in Redo()
/trunk/main/sc/source/filter/xml/
H A Dxmldrani.cxx129 bMoveCells(sal_False), in ScXMLDatabaseRangeContext()
175 bMoveCells = !IsXMLToken(sValue, XML_TRUE); in ScXMLDatabaseRangeContext()
316 …tyValue(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SC_UNONAME_MOVCELLS)), uno::makeAny(bMoveCells)); in EndElement()
H A Dxmldrani.hxx89 sal_Bool bMoveCells; member in ScXMLDatabaseRangeContext

Completed in 41 milliseconds