Home
last modified time | relevance | path

Searched refs:aTwo (Results 1 – 6 of 6) sorted by last modified time

/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/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx841 uno::Any aTwo = uno::makeAny(sal_Int8(2)); in ApplyStyleSheets() local
842 pEntry->pProperties->Insert(PROP_PARA_WIDOWS, true, aTwo, false); in ApplyStyleSheets()
843 pEntry->pProperties->Insert(PROP_PARA_ORPHANS, true, aTwo, false); in ApplyStyleSheets()
/trunk/main/ucb/source/sorter/
H A Dsortresult.cxx1047 sal_Int32 aTwo = 0; in CompareImpl() local
1054 if ( aOne < aTwo ) in CompareImpl()
1066 sal_Int64 aTwo = 0; in CompareImpl() local
1073 if ( aOne < aTwo ) in CompareImpl()
1096 aTwo = aTwo.toAsciiLowerCase(); in CompareImpl()
1104 Date aOne, aTwo; in CompareImpl() local
1130 Time aOne, aTwo; in CompareImpl() local
1195 float aTwo = 0; in CompareImpl() local
1202 if ( aOne < aTwo ) in CompareImpl()
1215 double aTwo = 0; in CompareImpl() local
[all …]
/trunk/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()
/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()
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/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()

Completed in 88 milliseconds