Home
last modified time | relevance | path

Searched refs:aTwo (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/ucb/source/sorter/
H A Dsortresult.cxx1047 sal_Int32 aTwo = 0; in CompareImpl() local
1052 aTwo = xRowTwo->getInt( nColumn ); in CompareImpl()
1054 if ( aOne < aTwo ) in CompareImpl()
1056 else if ( aOne == aTwo ) in CompareImpl()
1066 sal_Int64 aTwo = 0; in CompareImpl() local
1071 aTwo = xRowTwo->getLong( nColumn ); in CompareImpl()
1073 if ( aOne < aTwo ) in CompareImpl()
1075 else if ( aOne == aTwo ) in CompareImpl()
1086 OUString aOne, aTwo; in CompareImpl() local
1091 aTwo = xRowTwo->getString( nColumn ); in CompareImpl()
[all …]
/AOO41X/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()
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()
/AOO41X/main/sw/source/filter/ww8/
H A Dwriterwordglue.cxx407 HdFtDistanceGlue aTwo(rFollowFmt.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()
/AOO41X/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx844 uno::Any aTwo = uno::makeAny(sal_Int8(2)); in ApplyStyleSheets() local
845 pEntry->pProperties->Insert(PROP_PARA_WIDOWS, true, aTwo, false); in ApplyStyleSheets()
846 pEntry->pProperties->Insert(PROP_PARA_ORPHANS, true, aTwo, false); in ApplyStyleSheets()
/AOO41X/main/sc/source/core/tool/
H A Dcompiler.cxx3127 ScAddress aTwo( MAXCOL, MAXROW, aPos.Tab() ); in IsColRowName() local
3166 aTwo.Set( nCol, nRow, aAddress.Tab() ); in IsColRowName()
3194 ScCellIterator aIter( pDoc, ScRange( aOne, aTwo ) ); in IsColRowName()
3245 aTwo.Set( nCol, nRow, aIter.GetTab() ); in IsColRowName()
3284 if ( nMyRow >= (long)aTwo.Row() ) in IsColRowName()
3285 aAdr = aTwo; // directly right in IsColRowName()
3293 long nC2 = nMyCol - aTwo.Col(); in IsColRowName()
3294 long nR2 = nMyRow - aTwo.Row(); in IsColRowName()
3298 aAdr = aTwo; in IsColRowName()
/AOO41X/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()