/aoo4110/main/svtools/source/svhtml/ |
H A D | htmlkywd.cxx | 210 if( -1 == ((HTML_TokenEntry*)pSecond)->nToken ) in HTMLKeyCompare() 212 *((HTML_TokenEntry*)pSecond)->pUToken ); in HTMLKeyCompare() 215 ((HTML_TokenEntry*)pSecond)->sToken ); in HTMLKeyCompare() 219 if( -1 == ((HTML_TokenEntry*)pSecond)->nToken ) in HTMLKeyCompare() 224 ((HTML_TokenEntry*)pSecond)->sToken ); in HTMLKeyCompare() 564 *((HTML_CharEntry*)pSecond)->pUName ); in HTMLCharNameCompare() 567 ((HTML_CharEntry*)pSecond)->sName ); in HTMLCharNameCompare() 576 ((HTML_CharEntry*)pSecond)->sName ); in HTMLCharNameCompare() 1022 *((HTML_ColorEntry*)pSecond)->pUName ); in HTMLColorNameCompare() 1025 ((HTML_ColorEntry*)pSecond)->sName ); in HTMLColorNameCompare() [all …]
|
/aoo4110/main/rsc/source/parser/ |
H A D | rsckey.cxx | 44 int __CLIB KeyCompare( const void * pFirst, const void * pSecond ); 47 int _cdecl KeyCompare( const void * pFirst, const void * pSecond ); 49 int KeyCompare( const void * pFirst, const void * pSecond ); 55 int _cdecl KeyCompare( const void * pFirst, const void * pSecond ){ argument 57 int KeyCompare( const void * pFirst, const void * pSecond ){ 59 if( ((KEY_STRUCT *)pFirst)->nName > ((KEY_STRUCT *)pSecond)->nName ) 61 else if( ((KEY_STRUCT *)pFirst)->nName < ((KEY_STRUCT *)pSecond)->nName )
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | XMLStylesImportHelper.hxx | 168 sal_Bool IsEqual(const rtl::OUString* pFirst, const rtl::OUString* pSecond) in IsEqual() argument 170 return ((pFirst && pSecond && pFirst->equals(*pSecond)) || in IsEqual() 171 (!pFirst && !pSecond) || in IsEqual() 172 (!pFirst && pSecond && !pSecond->getLength()) || in IsEqual() 173 (!pSecond && pFirst && !pFirst->getLength())); in IsEqual()
|
/aoo4110/main/automation/source/server/ |
H A D | profiler.hxx | 26 #define AVER( pFirst, pSecond, Membername ) (( pFirst->Membername + pSecond->Membername ) / 2 ) argument 27 #define DIFF( pFirst, pSecond, Membername ) ( pSecond->Membername - pFirst->Membername ) argument
|
/aoo4110/main/svtools/source/svrtf/ |
H A D | rtfkeywd.cxx | 1189 RTFKeyCompare( const void *pFirst, const void *pSecond) in RTFKeyCompare() argument 1194 if( -1 == ((RTF_TokenEntry*)pSecond)->nToken ) in RTFKeyCompare() 1196 *((RTF_TokenEntry*)pSecond)->pUToken ); in RTFKeyCompare() 1199 ((RTF_TokenEntry*)pSecond)->sToken ); in RTFKeyCompare() 1203 if( -1 == ((RTF_TokenEntry*)pSecond)->nToken ) in RTFKeyCompare() 1204 nRet = -1 * ((RTF_TokenEntry*)pSecond)->pUToken->CompareToAscii( in RTFKeyCompare() 1208 ((RTF_TokenEntry*)pSecond)->sToken ); in RTFKeyCompare()
|
/aoo4110/main/sw/source/core/bastyp/ |
H A D | calc.cxx | 175 OperatorCompare( const void *pFirst, const void *pSecond) in OperatorCompare() argument 180 if( CALC_NAME == ((_CalcOp*)pSecond)->eOp ) in OperatorCompare() 182 *((_CalcOp*)pSecond)->pUName ); in OperatorCompare() 185 ((_CalcOp*)pSecond)->pName ); in OperatorCompare() 189 if( CALC_NAME == ((_CalcOp*)pSecond)->eOp ) in OperatorCompare() 190 nRet = -1 * ((_CalcOp*)pSecond)->pUName->CompareToAscii( in OperatorCompare() 194 ((_CalcOp*)pSecond)->pName ); in OperatorCompare()
|
/aoo4110/main/svx/source/fmcomp/ |
H A D | gridcols.cxx | 63 NameCompare(const void* pFirst, const void* pSecond) in NameCompare() argument 65 return ((::rtl::OUString*)pFirst)->compareTo(*(::rtl::OUString*)pSecond); in NameCompare()
|
/aoo4110/main/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 1038 const SwPosition *pFirst = 0, *pSecond = 0; in CompareCursor() local 1046 pSecond = pStk->GetMark(); in CompareCursor() 1050 pSecond = pCur->GetPoint(); in CompareCursor() 1054 pSecond = pCur->GetMark(); in CompareCursor() 1058 pSecond = pCur->GetPoint(); in CompareCursor() 1062 pSecond = pStk->GetMark(); in CompareCursor() 1066 pSecond = pCur->GetMark(); in CompareCursor() 1070 if( !pFirst || !pSecond ) in CompareCursor() 1072 else if( *pFirst < *pSecond ) in CompareCursor() 1074 else if( *pFirst == *pSecond ) in CompareCursor()
|
/aoo4110/main/svtools/source/edit/ |
H A D | textdoc.cxx | 47 CompareStart( const void* pFirst, const void* pSecond ) in CompareStart() argument 49 if ( (*((TextCharAttrib**)pFirst))->GetStart() < (*((TextCharAttrib**)pSecond))->GetStart() ) in CompareStart() 51 else if ( (*((TextCharAttrib**)pFirst))->GetStart() > (*((TextCharAttrib**)pSecond))->GetStart() ) in CompareStart()
|
/aoo4110/main/dbaccess/source/ui/control/ |
H A D | RelationControl.cxx | 595 OTableWindow* pSecond = aIter->second; in IMPL_LINK() local 600 pRight = pSecond; in IMPL_LINK() 604 pLeft = pSecond; in IMPL_LINK()
|
/aoo4110/main/sw/source/filter/ww8/dump/ |
H A D | ww8darr.cxx | 506 CompSprmDumpId( const void *pFirst, const void *pSecond) in CompSprmDumpId() argument 508 return( ((SprmDumpInfo*)pFirst )->nId - ((SprmDumpInfo*)pSecond)->nId ); in CompSprmDumpId()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | svxcss1.cxx | 3251 CSS1PropEntryCompare( const void *pFirst, const void *pSecond) in CSS1PropEntryCompare() argument 3256 if( ((CSS1PropEntry*)pSecond)->pFunc ) in CSS1PropEntryCompare() 3258 ((CSS1PropEntry*)pSecond)->sName ); in CSS1PropEntryCompare() 3260 nRet = -1 * ((CSS1PropEntry*)pSecond)->pName->CompareToAscii( in CSS1PropEntryCompare() 3265 if( ((CSS1PropEntry*)pSecond)->pFunc ) in CSS1PropEntryCompare() 3267 ((CSS1PropEntry*)pSecond)->sName ); in CSS1PropEntryCompare() 3270 *((CSS1PropEntry*)pSecond)->pName ); in CSS1PropEntryCompare()
|
/aoo4110/main/sw/source/core/docnode/ |
H A D | section.cxx | 936 lcl_SectionCmpPos( const void *pFirst, const void *pSecond) in lcl_SectionCmpPos() argument 939 const SwSectionFmt* pSSectFmt = (*(SwSectionPtr*)pSecond)->GetFmt(); in lcl_SectionCmpPos() 955 lcl_SectionCmpNm( const void *pFirst, const void *pSecond) in lcl_SectionCmpNm() argument 958 const SwSectionPtr pSSect = *(SwSectionPtr*)pSecond; in lcl_SectionCmpNm()
|
/aoo4110/main/sc/source/core/data/ |
H A D | documen8.cxx | 1425 ::sfx2::SvBaseLink* pSecond = *rLinks[nSecondIndex]; in UpdateRefAreaLinks() 1426 if ( pSecond->ISA(ScAreaLink) && in UpdateRefAreaLinks() 1427 static_cast<ScAreaLink*>(pSecond)->GetDestArea().aStart == aFirstPos ) in UpdateRefAreaLinks()
|
/aoo4110/main/starmath/source/ |
H A D | parse.cxx | 1175 SmNode *pSecond = m_aNodeStack.Pop(); in Relation() local 1179 pSNode->SetSubNodes(pFirst, pSecond, m_aNodeStack.Pop()); in Relation() 1194 SmNode *pSecond = m_aNodeStack.Pop(); in Sum() local 1198 pSNode->SetSubNodes(pFirst, pSecond, m_aNodeStack.Pop()); in Sum()
|
H A D | node.cxx | 630 void SmStructureNode::SetSubNodes(SmNode *pFirst, SmNode *pSecond, SmNode *pThird) in SetSubNodes() argument 632 size_t nSize = pThird ? 3 : (pSecond ? 2 : (pFirst ? 1 : 0)); in SetSubNodes() 636 if (pSecond) in SetSubNodes() 637 aSubNodes[1] = pSecond; in SetSubNodes()
|
H A D | mathmlimport.cxx | 2374 SmNode *pSecond = rNodeStack.Pop(); in EndElement() local 2376 pSNode->SetSubNodes(pFirst,pOper,pSecond); in EndElement()
|
/aoo4110/main/basctl/source/basicide/ |
H A D | baside3.cxx | 888 const lang::Locale* pSecond = aSecondSeq.getConstArray(); in implGetLanguagesOnlyContainedInFirstSeq() local 899 const lang::Locale& rSecondLocale = pSecond[ iSecond ]; in implGetLanguagesOnlyContainedInFirstSeq()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | editdoc.cxx | 255 int SAL_CALL CompareStart( const void* pFirst, const void* pSecond ) in CompareStart() argument 257 if ( (*((EditCharAttrib**)pFirst))->GetStart() < (*((EditCharAttrib**)pSecond))->GetStart() ) in CompareStart() 259 else if ( (*((EditCharAttrib**)pFirst))->GetStart() > (*((EditCharAttrib**)pSecond))->GetStart() ) in CompareStart()
|
/aoo4110/main/sw/source/ui/uiview/ |
H A D | view.cxx | 493 int lcl_CmpIds( const void *pFirst, const void *pSecond) in lcl_CmpIds() argument 495 return (*(sal_uInt16*)pFirst) - (*(sal_uInt16*)pSecond); in lcl_CmpIds()
|
/aoo4110/main/starmath/inc/ |
H A D | node.hxx | 209 void SetSubNodes(SmNode *pFirst, SmNode *pSecond, SmNode *pThird = NULL);
|
/aoo4110/main/toolkit/source/awt/ |
H A D | vclxtoolkit.cxx | 346 ComponentInfoCompare( const void* pFirst, const void* pSecond) in ComponentInfoCompare() argument 349 ((ComponentInfo*)pSecond)->pName ) ); in ComponentInfoCompare()
|