Searched refs:bSingle (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/sc/source/ui/docshell/ |
H A D | impex.cxx | 112 bAll( sal_True ), bSingle( sal_True ), bUndo( sal_False ), in ScImportExport() 127 bAll( sal_False ), bSingle( sal_True ), bUndo( sal_Bool( pDocSh != NULL ) ), in ScImportExport() 160 bAll( sal_False ), bSingle( sal_True ), bUndo( sal_Bool( pDocSh != NULL ) ), in ScImportExport() 186 bSingle = sal_False; in ScImportExport() 521 if( bSingle ) in ExportStream() 826 sal_Bool bData = sal_Bool( !bSingle ); in Text2Doc() 827 if( !bSingle) in Text2Doc() 862 if( bSingle ) in Text2Doc() 1538 sal_Bool bData = sal_Bool( !bSingle ); in Sylk2Doc() 1541 if( !bSingle) in Sylk2Doc() [all …]
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | impex.hxx | 63 sal_Bool bSingle; // Einfachselektion member in ScImportExport 94 sal_Bool IsDoubleRef() const { return sal_Bool( !( bAll || bSingle ) ); } in IsDoubleRef() 95 sal_Bool IsSingleRef() const { return bSingle; } in IsSingleRef()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | output.cxx | 304 sal_Bool bSingle; in DrawGrid() local 396 if ( nX<MAXCOL && !bSingle ) in DrawGrid() 398 bSingle = ( nWidthXplus2 == 0 ); in DrawGrid() 399 for (nArrY=1; nArrY+1<nArrCount && !bSingle; nArrY++) in DrawGrid() 402 bSingle = sal_True; in DrawGrid() 404 bSingle = sal_True; in DrawGrid() 410 if ( nX<MAXCOL && bSingle ) in DrawGrid() 524 bSingle = !bNextYisNextRow; // Hidden in DrawGrid() 525 for (SCCOL i=nX1; i<=nX2 && !bSingle; i++) in DrawGrid() 528 bSingle = sal_True; in DrawGrid() [all …]
|
H A D | tabview3.cxx | 2443 sal_Bool bSingle = rMark.IsMultiMarked(); in InvertBlockMark() local 2448 if ( bMerge || bSingle ) in InvertBlockMark()
|
/aoo4110/main/sc/source/ui/miscdlgs/ |
H A D | optsolver.cxx | 495 bool bSingle = ( mpEdActive == &maEdObjectiveCell || mpEdActive == &maEdTargetValue ); in SetReference() local 500 if ( bSingle ) in SetReference() 509 if ( bSingle ) in SetReference()
|
/aoo4110/main/basic/source/sbx/ |
H A D | sbxscan.cxx | 244 SbxError SbxValue::ScanNumIntnl( const String& rSrc, double& nVal, sal_Bool bSingle ) in ScanNumIntnl() argument 254 if( bSingle ) in ScanNumIntnl()
|
/aoo4110/main/sc/source/core/data/ |
H A D | table2.cxx | 2267 sal_Bool bSingle = sal_False; // sal_True = process every row for its own in SetRowHeightRange() local 2271 bSingle = sal_True; in SetRowHeightRange() 2273 if (bSingle) in SetRowHeightRange() 2278 bSingle = sal_False; // no difference in this range in SetRowHeightRange() 2280 if (bSingle) in SetRowHeightRange()
|
H A D | table3.cxx | 1986 sal_Bool bSingle = ( rMark.IsMarked() || !rMark.IsMultiMarked() ); in UpdateSelectionFunction() local 1995 bSingle && ( nCol >= nStartCol && nCol <= nEndCol ), in UpdateSelectionFunction() 2000 if ( bSingle && !rMark.IsMarkNegative() ) in UpdateSelectionFunction()
|
/aoo4110/main/sw/source/core/table/ |
H A D | swnewtable.cxx | 253 sal_uInt16 nRowIdx, const bool bSingle ) in lcl_ChangeRowSpan() argument 257 ASSERT( !bSingle || nDiff > 0, "Don't set bSingle when deleting lines!" ); in lcl_ChangeRowSpan() 265 long nDistance = bSingle ? 1 : 0; in lcl_ChangeRowSpan()
|
/aoo4110/main/editeng/source/misc/ |
H A D | svxacorr.cxx | 1241 sal_Bool bSingle = '\'' == cChar; in AutoCorrect() local 1244 (IsAutoCorrFlag( ChgSglQuotes ) && bSingle ); in AutoCorrect() 1257 nRet = bSingle ? ChgSglQuotes : ChgQuotes; in AutoCorrect()
|
/aoo4110/main/basic/inc/basic/ |
H A D | sbxvar.hxx | 352 static SbxError ScanNumIntnl( const String& rSrc, double& nVal, sal_Bool bSingle=sal_False );
|
/aoo4110/main/sc/source/core/tool/ |
H A D | compiler.cxx | 5370 sal_Bool bSingle = (aRange.aStart == aRange.aEnd); in HandleSingleRef() local 5372 if ( bSingle ) in HandleSingleRef() 5386 bSingle = sal_True; in HandleSingleRef() 5388 if ( bSingle ) in HandleSingleRef() 5413 if ( bSingle ) in HandleSingleRef()
|
Completed in 147 milliseconds