Home
last modified time | relevance | path

Searched refs:nComp (Results 1 – 19 of 19) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dinftxt.cxx447 const sal_uInt16 nComp ) const in GetTxtSize()
453 aDrawInf.SetKanaComp( nComp ); in GetTxtSize()
469 sal_uInt16 nComp =( SW_CJK == GetFont()->GetActual() && in GetTxtSize() local
479 aDrawInf.SetKanaComp( nComp ); in GetTxtSize()
495 aDrawInf.SetKanaComp( nComp ); in GetTxtSize()
518 aDrawInf.SetKanaComp( nComp ); in GetTxtBreak()
530 const sal_uInt16 nComp, in GetTxtBreak() argument
542 aDrawInf.SetKanaComp( nComp ); in GetTxtBreak()
695 sal_uInt16 nComp = 0; in _DrawText() local
697 nComp = GetKanaComp(); in _DrawText()
[all …]
H A Dinftxt.hxx301 const xub_StrLen nLen, const sal_uInt16 nComp ) const;
304 const xub_StrLen nLen, const sal_uInt16 nComp,
307 const xub_StrLen nLen, const sal_uInt16 nComp ) const;
315 const sal_uInt16 nComp ) const;
318 const sal_uInt16 nComp,
/trunk/main/sc/source/core/tool/
H A Drangelst.cxx601 sal_Int32 nComp; in ScRangePairList_QsortNameCompare() local
603 nComp = COMPARE_EQUAL; in ScRangePairList_QsortNameCompare()
608 nComp = ScGlobal::GetCollator()->compareString( aStr1, aStr2 ); in ScRangePairList_QsortNameCompare()
610 switch ( nComp ) in ScRangePairList_QsortNameCompare()
632 nComp = COMPARE_EQUAL; in ScRangePairList_QsortNameCompare()
637 nComp = ScGlobal::GetCollator()->compareString( aStr1, aStr2 ); in ScRangePairList_QsortNameCompare()
639 switch ( nComp ) in ScRangePairList_QsortNameCompare()
/trunk/main/sc/source/core/data/
H A Ddocumen4.cxx863 sal_uInt16 nComp; in FindOrder() local
876nComp = ColDifferences( static_cast<SCCOL>(nThisRow), nThisTab, rOtherDoc, static_cast<SCCOL>(i), … in FindOrder()
878nComp = RowDifferences( nThisRow, nThisTab, rOtherDoc, i, nOtherTab, static_cast<SCCOL>(nEndCol), … in FindOrder()
879 if ( nComp < nBest && ( nComp <= nMinGood || bTotal ) ) in FindOrder()
882 nBest = nComp; in FindOrder()
885 if ( nComp < SC_DOCCOMP_MAXDIFF || bFound ) in FindOrder()
H A Ddptabsrc.cxx2707 long nComp = pSource->GetData()->GetDatePart( in IsNamedItem() local
2712 return nComp == GetItemData().GetValue(); in IsNamedItem()
2726 long nComp = pSource->GetData()->GetDatePart( in IsNamedItem() local
2730 return nComp == GetItemData().GetValue(); in IsNamedItem()
/trunk/main/svtools/source/contnr/
H A Dfileview.cxx2504 sal_Int32 nComp; in CompareSortingData_Impl() local
2525nComp = pCollatorWrapper->compareString( aOne->GetLowerTitle(), aTwo->GetLowerTitle() ); in CompareSortingData_Impl()
2527 if ( nComp == 0 ) in CompareSortingData_Impl()
2528 nComp = pCollatorWrapper->compareString( aOne->GetTitle(), aTwo->GetTitle() ); in CompareSortingData_Impl()
2530 if ( nComp < 0 ) in CompareSortingData_Impl()
2532 else if ( nComp > 0 ) in CompareSortingData_Impl()
2538 nComp = pCollatorWrapper->compareString( aOne->maType, aTwo->maType ); in CompareSortingData_Impl()
2539 if ( nComp < 0 ) in CompareSortingData_Impl()
2541 else if ( nComp > 0 ) in CompareSortingData_Impl()
/trunk/main/filter/source/graphicfilter/icgm/
H A Dbundles.cxx172 static sal_Int8* ImplSearchEntry( sal_Int8* pSource, sal_Int8* pDest, sal_uInt32 nComp, sal_uInt32 … in ImplSearchEntry() argument
174 while ( nComp-- >= nSize ) in ImplSearchEntry()
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx1076 void setColorComponent( sal_uInt16 nComp, double dValue );
1514 void ColorPickerDialog::setColorComponent( sal_uInt16 nComp, double dValue ) in setColorComponent() argument
1516 switch( nComp ) in setColorComponent()
1530 if( nComp & COLORMODE_RGB ) in setColorComponent()
1535 else if( nComp & COLORMODE_HSV ) in setColorComponent()
/trunk/main/sw/source/core/tox/
H A Dtxmsrt.cxx937 sal_Int32 nComp = pTOXIntl->Compare( sMyTxt, sMyTxtReading, GetLocale(), in operator <() local
940 if( nComp ) in operator <()
942 bRet = (-1 == nComp) == pKey->bSortAscending; in operator <()
/trunk/main/framework/source/uielement/
H A Dtoolbarsmenucontroller.cxx124 sal_Int32 nComp = aOne.pCollatorWrapper->compareString( aOne.aUIName, aTwo.aUIName ); in CompareToolBarEntry() local
126 if ( nComp < 0 ) in CompareToolBarEntry()
128 else if ( nComp > 0 ) in CompareToolBarEntry()
/trunk/main/oox/source/drawingml/
H A Dcolor.cxx185 inline sal_Int32 lclGamma( sal_Int32 nComp, double fGamma ) in lclGamma() argument
187 …return static_cast< sal_Int32 >( pow( static_cast< double >( nComp ) / MAX_PERCENT, fGamma ) * MAX… in lclGamma()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx965 sal_Int8 nComp(0); in FindSelectedShapesChanges() local
967nComp = -1; // simulate that the Shape is lower, so the selction state will be removed in FindSelectedShapesChanges()
969 nComp = Compare(*aDataItr, *aXShapesItr); in FindSelectedShapesChanges()
970 if (nComp == 0) in FindSelectedShapesChanges()
991 else if (nComp < 0) in FindSelectedShapesChanges()
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi.cxx724 static PM_BYTE* ImplSearchEntry( PM_BYTE* pSource, PM_BYTE* pDest, ULONG nComp, ULONG nSize ) in ImplSearchEntry() argument
726 while ( nComp-- >= nSize ) in ImplSearchEntry()
/trunk/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx65 static sal_uInt8* ImplSearchEntry( sal_uInt8* pSource, sal_uInt8* pDest, sal_uLong nComp, sal_uLong… in ImplSearchEntry() argument
67 while ( nComp-- >= nSize ) in ImplSearchEntry()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx234 …sal_uInt8* ImplSearchEntry( sal_uInt8* pSource, sal_uInt8* pDest, sal_uLong nComp, sal_uLong nS…
2719 sal_uInt8* PSWriter::ImplSearchEntry( sal_uInt8* pSource, sal_uInt8* pDest, sal_uLong nComp, sal_uL… in ImplSearchEntry() argument
2721 while ( nComp-- >= nSize ) in ImplSearchEntry()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx1656 static BYTE* ImplSearchEntry( BYTE* pSource, BYTE* pDest, sal_uLong nComp, sal_uLong nSize ) in ImplSearchEntry() argument
1658 while ( nComp-- >= nSize ) in ImplSearchEntry()
/trunk/main/svtools/source/filter/
H A Dfilter.cxx190 sal_uInt8* ImplSearchEntry( sal_uInt8* pSource, sal_uInt8* pDest, sal_uLong nComp, sal_uLong nSize ) in ImplSearchEntry() argument
192 while ( nComp-- >= nSize ) in ImplSearchEntry()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx3511 long nComp = nEngineWidth; in DrawRotated() local
3512 if (nAvailWidth<nComp) nAvailWidth=nComp; in DrawRotated()
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx323 long nComp = aCodec.Decompress( *mpFileStream, *mpMemStream ); in Open() local
325 if( nComp < 0 ) in Open()

Completed in 171 milliseconds