Home
last modified time | relevance | path

Searched refs:aOne (Results 1 – 13 of 13) sorted by relevance

/trunk/main/ucb/source/sorter/
H A Dsortresult.cxx1046 sal_Int32 aOne = 0; in CompareImpl() local
1054 if ( aOne < aTwo ) in CompareImpl()
1073 if ( aOne < aTwo ) in CompareImpl()
1095 aOne = aOne.toAsciiLowerCase(); in CompareImpl()
1104 Date aOne, aTwo; in CompareImpl() local
1130 Time aOne, aTwo; in CompareImpl() local
1194 float aOne = 0; in CompareImpl() local
1202 if ( aOne < aTwo ) in CompareImpl()
1214 double aOne = 0; in CompareImpl() local
1222 if ( aOne < aTwo ) in CompareImpl()
[all …]
/trunk/main/sc/source/core/tool/
H A Drangelst.cxx69 String aOne; in Parse() local
81 aOne = rStr.GetToken( i, cDelimiter ); in Parse()
83 if ( aOne.Search( ':' ) == STRING_NOTFOUND ) in Parse()
85 String aStrTmp( aOne ); in Parse()
86 aOne += ':'; in Parse()
87 aOne += aStrTmp; in Parse()
90 sal_uInt16 nRes = aRange.Parse( aOne, pDoc, eConv ); in Parse()
H A Dcompiler.cxx3126 ScAddress aOne( 0, 0, aPos.Tab() ); in IsColRowName() local
3170 else if ( !(nRow < aOne.Row() && nMyRow >= (long)aOne.Row()) ) in IsColRowName()
3184 aOne.Set( nCol, nRow, aAddress.Tab() ); in IsColRowName()
3249 else if ( !(nRow < aOne.Row() && nMyRow >= (long)aOne.Row()) ) in IsColRowName()
3278 if ( nMyCol >= (long)aOne.Col() && nMyRow >= (long)aOne.Row() ) in IsColRowName()
3282 if ( nMyCol < (long)aOne.Col() ) in IsColRowName()
3287 aAdr = aOne; in IsColRowName()
3291 long nC1 = nMyCol - aOne.Col(); in IsColRowName()
3292 long nR1 = nMyRow - aOne.Row(); in IsColRowName()
3296 aAdr = aOne; in IsColRowName()
[all …]
/trunk/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx309 String aOne; in Impl_Reset() local
320 pPrintRange->Format( aOne, SCR_ABS, pDoc, eConv ); in Impl_Reset()
321 aStrRange += aOne; in Impl_Reset()
394 String aOne = aStrPrintArea.GetToken(i, sep); in Impl_CheckRefStrings() local
395 sal_uInt16 nResult = aRange.Parse( aOne, pDoc, eConv ); in Impl_CheckRefStrings()
398 sal_uInt16 nAddrResult = aAddr.Parse( aOne, pDoc, eConv ); in Impl_CheckRefStrings()
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx2500 sal_Bool CompareSortingData_Impl( SortingData_Impl* const aOne, SortingData_Impl* const aTwo ) in CompareSortingData_Impl() argument
2508 if ( aOne->mbIsFolder != aTwo->mbIsFolder ) in CompareSortingData_Impl()
2510 if ( aOne->mbIsFolder ) in CompareSortingData_Impl()
2525 … nComp = pCollatorWrapper->compareString( aOne->GetLowerTitle(), aTwo->GetLowerTitle() ); in CompareSortingData_Impl()
2528 nComp = pCollatorWrapper->compareString( aOne->GetTitle(), aTwo->GetTitle() ); in CompareSortingData_Impl()
2538 nComp = pCollatorWrapper->compareString( aOne->maType, aTwo->maType ); in CompareSortingData_Impl()
2547 if ( aOne->maSize < aTwo->maSize ) in CompareSortingData_Impl()
2549 else if ( aOne->maSize > aTwo->maSize ) in CompareSortingData_Impl()
2555 if ( aOne->maModDate < aTwo->maModDate ) in CompareSortingData_Impl()
2557 else if ( aOne->maModDate > aTwo->maModDate ) in CompareSortingData_Impl()
/trunk/main/sc/source/ui/view/
H A Dtabvwshb.cxx164 Fraction aOne( 1, 1 ); in ActivateObject() local
165 pClient->SetSizeScale( aOne, aOne ); in ActivateObject()
H A Dprintfun.cxx597 Size aOne = pDev->PixelToLogic( Size(1,1) ); in DrawToDev() local
599 aOne = Size(1,1); // compatible with DrawGrid in DrawToDev()
600 long nRight = nScrX + aOutputData.GetScrW() - aOne.Width(); in DrawToDev()
601 long nBottom = nScrY + aOutputData.GetScrH() - aOne.Height(); in DrawToDev()
/trunk/main/sw/source/filter/ww8/
H A Dwriterwordglue.cxx406 HdFtDistanceGlue aOne(rTitleFmt.GetAttrSet()); in IsPlausableSingleWordSection() local
409 … const sal_Bool bCheckFooter = ( aOne.HasFooter() && aTwo.HasFooter() ) ? sal_True : sal_False; in IsPlausableSingleWordSection()
411 if (!aOne.EqualTopBottom(aTwo) && nDocType != 1 && bCheckFooter ) in IsPlausableSingleWordSection()
/trunk/main/framework/source/uielement/
H A Dtoolbarsmenucontroller.cxx122 sal_Bool CompareToolBarEntry( const ToolBarEntry& aOne, const ToolBarEntry& aTwo ) in CompareToolBarEntry() argument
124 sal_Int32 nComp = aOne.pCollatorWrapper->compareString( aOne.aUIName, aTwo.aUIName ); in CompareToolBarEntry()
/trunk/main/basic/source/comp/
H A Dloops.cxx238 SbiExpression aOne( this, 1, SbxINTEGER ); in For() local
239 aOne.Gen(); in For()
/trunk/main/drawinglayer/source/processor3d/
H A Ddefaultprocessor3d.cxx239 const basegfx::B3DPoint aOne(aInvObjectToView * basegfx::B3DPoint(1.0, 1.0, 1.0)); in impRenderHatchTexturePrimitive3D() local
240 const basegfx::B3DVector aLogicPixel(aOne - aZero); in impRenderHatchTexturePrimitive3D()
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx295 static String aOne('1'); in BoolStringPersistent() local
300 return aOne; in BoolStringPersistent()
308 static String aOne('1'); in BoolStringUI() local
317 if (rPersistentString == aOne) in BoolStringUI()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx165 Fraction aOne(1,1); in AdjustRowHeight() local
168 aProv.GetPPTX(), aProv.GetPPTY(), aOne, aOne, sal_False ); in AdjustRowHeight()
3109 Fraction aOne(1,1); in lcl_GetOptimalColWidth() local
3110 nTwips = pDoc->GetOptimalColWidth( nCol, nTab, pDev, nPPTX, nPPTY, aOne, aOne, in lcl_GetOptimalColWidth()
3204 Fraction aOne(1,1); in SetWidthOrHeight() local
3206 aProv.GetPPTX(), aProv.GetPPTY(), aOne, aOne, bAll ); in SetWidthOrHeight()

Completed in 116 milliseconds