/aoo41x/main/sc/source/filter/excel/ |
H A D | excrecds.cxx | 727 sal_uInt16 nNewFlags = 0x0000; in AddEntry() local 731 nNewFlags = (EXC_AFFLAG_TOP10 | EXC_AFFLAG_TOP10TOP); in AddEntry() 734 nNewFlags = EXC_AFFLAG_TOP10; in AddEntry() 737 nNewFlags = (EXC_AFFLAG_TOP10 | EXC_AFFLAG_TOP10TOP | EXC_AFFLAG_TOP10PERC); in AddEntry() 740 nNewFlags = (EXC_AFFLAG_TOP10 | EXC_AFFLAG_TOP10PERC); in AddEntry() 744 sal_Bool bNewTop10 = ::get_flag( nNewFlags, EXC_AFFLAG_TOP10 ); in AddEntry() 753 nFlags |= (nNewFlags | (sal_uInt16)(fVal) << 7); in AddEntry()
|
/aoo41x/main/sc/source/core/data/ |
H A D | table2.cxx | 143 sal_uInt8 nNewFlags = pRowFlags->Insert( nStartRow, nSize); in InsertRow() local 145 if (nNewFlags && (nNewFlags != CR_MANUALSIZE)) in InsertRow() 147 nNewFlags & CR_MANUALSIZE); in InsertRow() 674 sal_Int16 nNewFlags = rOldFlag.GetValue() & ~( SC_MF_HOR | SC_MF_VER ); in TransposeClip() local 675 if ( nNewFlags ) in TransposeClip() 676 rNewSet.Put( ScMergeFlagAttr( nNewFlags ) ); in TransposeClip() 2852 void ScTable::SetColFlags( SCCOL nCol, sal_uInt8 nNewFlags ) in SetColFlags() argument 2855 pColFlags[nCol] = nNewFlags; in SetColFlags() 2863 void ScTable::SetRowFlags( SCROW nRow, sal_uInt8 nNewFlags ) in SetRowFlags() argument 2866 pRowFlags->SetValue( nRow, nNewFlags); in SetRowFlags() [all …]
|
H A D | attarray.cxx | 2343 sal_Int16 nNewFlags = 0; in CopyArea() local 2345 nNewFlags = ((const ScMergeFlagAttr&)pTmpPattern->GetItem(ATTR_MERGE_FLAG)). in CopyArea() 2348 if ( nNewFlags ) in CopyArea() 2349 pTmpPattern->GetItemSet().Put( ScMergeFlagAttr( nNewFlags ) ); in CopyArea()
|
H A D | document.cxx | 3456 void ScDocument::SetColFlags( SCCOL nCol, SCTAB nTab, sal_uInt8 nNewFlags ) in SetColFlags() argument 3459 pTab[nTab]->SetColFlags( nCol, nNewFlags ); in SetColFlags() 3463 void ScDocument::SetRowFlags( SCROW nRow, SCTAB nTab, sal_uInt8 nNewFlags ) in SetRowFlags() argument 3466 pTab[nTab]->SetRowFlags( nRow, nNewFlags ); in SetRowFlags() 3470 void ScDocument::SetRowFlags( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, sal_uInt8 nNewFlags ) in SetRowFlags() argument 3473 pTab[nTab]->SetRowFlags( nStartRow, nEndRow, nNewFlags ); in SetRowFlags()
|
/aoo41x/main/editeng/source/outliner/ |
H A D | outlundo.cxx | 47 …hangeParaFlags( Outliner* pOutliner, sal_uInt16 nPara, sal_uInt16 nOldFlags, sal_uInt16 nNewFlags ) in OutlinerUndoChangeParaFlags() argument 52 mnNewFlags = nNewFlags; in OutlinerUndoChangeParaFlags()
|
/aoo41x/main/basic/source/runtime/ |
H A D | step2.cxx | 901 sal_uInt16 nNewFlags = pStepBasic->StepPoint( nLine, nCol1, nCol2 ); in StepSTMNT() local 904 pInst->CalcBreakCallLevel( nNewFlags ); in StepSTMNT() 913 sal_uInt16 nNewFlags = pBreakBasic->BreakPoint( nLine, nCol1, nCol2 ); in StepSTMNT() local 916 pInst->CalcBreakCallLevel( nNewFlags ); in StepSTMNT()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | hdrcont.cxx | 65 SCCOLROW nNewSize, sal_uInt16 nNewFlags ) : in ScHeaderControl() argument 68 nFlags ( nNewFlags ), in ScHeaderControl() 69 bVertical ( (nNewFlags & HDR_VERTICAL) != 0 ), in ScHeaderControl()
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | hdrcont.hxx | 119 SCCOLROW nNewSize, sal_uInt16 nNewFlags );
|
H A D | undoblk.hxx | 197 sal_uInt16 nNewFlags, 267 sal_uInt16 nNewFlags, sal_Bool bObjects );
|
H A D | undotab.hxx | 465 sal_uInt16 nNewFlags; member in ScUndoScenarioFlags
|
/aoo41x/main/sc/inc/ |
H A D | table.hxx | 682 void SetColFlags( SCCOL nCol, sal_uInt8 nNewFlags ); 683 void SetRowFlags( SCROW nRow, sal_uInt8 nNewFlags ); 684 void SetRowFlags( SCROW nStartRow, SCROW nEndRow, sal_uInt8 nNewFlags );
|
H A D | attrib.hxx | 173 const sal_uInt16 nNewFlags = 0 );
|
H A D | document.hxx | 1370 SC_DLLPUBLIC void SetColFlags( SCCOL nCol, SCTAB nTab, sal_uInt8 nNewFlags ); 1371 SC_DLLPUBLIC void SetRowFlags( SCROW nRow, SCTAB nTab, sal_uInt8 nNewFlags ); 1372 SC_DLLPUBLIC void SetRowFlags( SCROW nStartRow, SCROW nEndRow, SCTAB nTab, sal_uInt8 nNewFlags );
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 1506 sal_Int16 nNewFlags = pMergeFlagAttr->GetValue() & ( SC_MF_HOR | SC_MF_VER ); in InsertCells() local 1507 … if( ( pMergeFlag && pMergeFlag->IsMerged() ) || nNewFlags == SC_MF_HOR || nNewFlags == SC_MF_VER ) in InsertCells() 1513 if( nTestRow1 < nTestRow2 && nNewFlags == SC_MF_HOR ) in InsertCells() 1910 sal_Int16 nNewFlags = pMergeFlagAttr->GetValue() & ( SC_MF_HOR | SC_MF_VER ); in DeleteCells() local 1911 … if( ( pMergeFlag && pMergeFlag->IsMerged() ) || nNewFlags == SC_MF_HOR || nNewFlags == SC_MF_VER ) in DeleteCells() 1917 if( nTestRow1 < nTestRow2 && nNewFlags == SC_MF_HOR ) in DeleteCells()
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | undotab.cxx | 1456 nNewFlags ( nNF ) in ScUndoScenarioFlags() 1491 pDoc->SetScenarioData( nTab, aNewComment, aNewColor, nNewFlags ); in Redo()
|
H A D | undoblk3.cxx | 92 sal_uInt16 nNewFlags, sal_Bool bObjects ) in ScUndoDeleteContents() argument 100 nFlags ( nNewFlags ), in ScUndoDeleteContents()
|
H A D | undoblk.cxx | 877 sal_uInt16 nNewFlags, in ScUndoPaste() argument 885 nFlags( nNewFlags ), in ScUndoPaste()
|
/aoo41x/main/svtools/source/contnr/ |
H A D | imivctl1.cxx | 4398 sal_uInt16 nNewFlags = nCurTextDrawFlags; in RequestHelp() local 4399 nNewFlags &= ~( TEXT_DRAW_CLIP | TEXT_DRAW_ENDELLIPSIS ); in RequestHelp() 4400 aOptTextRect = pView->GetTextRect( aOptTextRect, aEntryText, nNewFlags ); in RequestHelp()
|