Home
last modified time | relevance | path

Searched refs:pFirst (Results 26 – 50 of 88) sorted by relevance

1234

/aoo41x/main/dbaccess/source/ui/control/
H A DRelationControl.cxx593 OTableWindow* pFirst = aIter->second; in IMPL_LINK() local
597 if ( m_lmbLeftTable.GetSelectEntry() == String(pFirst->GetName()) ) in IMPL_LINK()
599 pLeft = pFirst; in IMPL_LINK()
605 pRight = pFirst; in IMPL_LINK()
/aoo41x/main/svtools/source/svrtf/
H A Drtfkeywd.cxx1189 RTFKeyCompare( const void *pFirst, const void *pSecond) in RTFKeyCompare() argument
1192 if( -1 == ((RTF_TokenEntry*)pFirst)->nToken ) in RTFKeyCompare()
1195 nRet = ((RTF_TokenEntry*)pFirst)->pUToken->CompareTo( in RTFKeyCompare()
1198 nRet = ((RTF_TokenEntry*)pFirst)->pUToken->CompareToAscii( in RTFKeyCompare()
1205 ((RTF_TokenEntry*)pFirst)->sToken ); in RTFKeyCompare()
1207 nRet = strcmp( ((RTF_TokenEntry*)pFirst)->sToken, in RTFKeyCompare()
/aoo41x/main/sw/source/ui/utlui/
H A Dnavipi.cxx662 SvLBoxEntry* pFirst = aContentTree.FirstSelected(); in _ZoomOut() local
663 if(pFirst) in _ZoomOut()
664 aContentTree.Select(pFirst, sal_True); // toolbox enablen in _ZoomOut()
695 SvLBoxEntry* pFirst = aContentTree.FirstSelected(); in _ZoomIn() local
696 if(pFirst) in _ZoomIn()
697 aContentTree.Select(pFirst, sal_True); // toolbox enablen in _ZoomIn()
/aoo41x/main/sw/source/core/layout/
H A Dsectfrm.cxx1718 SwFrm* pFirst = pLayLeaf->Lower(); in GetNextSctLeaf() local
1720 while( pFirst && pFirst->IsSctFrm() && !((SwSectionFrm*)pFirst)->GetSection() ) in GetNextSctLeaf()
1721 pFirst = pFirst->GetNext(); in GetNextSctLeaf()
1722 if( pFirst && pFirst->IsSctFrm() && pSect->GetFollow() == pFirst ) in GetNextSctLeaf()
/aoo41x/main/sw/source/core/doc/
H A Ddocfld.cxx927 const SwNode *pFirst = GetNodeFromCntnt(), in operator <() local
931 if( !pFirst || !pNext ) in operator <()
935 if( pFirst->StartOfSectionNode() != pNext->StartOfSectionNode() ) in operator <()
939 const SwTableNode* pTblNd = pFirst->FindTableNode(); in operator <()
943 pFirstStt = pFirst->StartOfSectionNode(); in operator <()
952 if( pFirst->IsTxtNode() && pNext->IsTxtNode() && in operator <()
953 ( pFirst->FindFlyStartNode() || pNext->FindFlyStartNode() )) in operator <()
956 *(SwTxtNode*)pFirst, nCntnt ); in operator <()
963 if( pFirst != pNext ) in operator <()
964 return pFirst->GetIndex() < pNext->GetIndex(); in operator <()
/aoo41x/main/sw/source/core/bastyp/
H A Dcalc.cxx175 OperatorCompare( const void *pFirst, const void *pSecond) in OperatorCompare() argument
178 if( CALC_NAME == ((_CalcOp*)pFirst)->eOp ) in OperatorCompare()
181 nRet = ((_CalcOp*)pFirst)->pUName->CompareTo( in OperatorCompare()
184 nRet = ((_CalcOp*)pFirst)->pUName->CompareToAscii( in OperatorCompare()
191 ((_CalcOp*)pFirst)->pName ); in OperatorCompare()
193 nRet = strcmp( ((_CalcOp*)pFirst)->pName, in OperatorCompare()
/aoo41x/main/svx/source/fmcomp/
H A Dgridcols.cxx63 NameCompare(const void* pFirst, const void* pSecond) in NameCompare() argument
65 return ((::rtl::OUString*)pFirst)->compareTo(*(::rtl::OUString*)pSecond); in NameCompare()
/aoo41x/main/tools/source/rc/
H A Dresmgr.cxx705 ImpContent * pFirst = pFind; in LoadGlobalRes() local
706 ImpContent * pLast = pFirst; in LoadGlobalRes()
707 while( pFirst > pContent && ((pFirst -1)->nTypeAndId >> 32) == RSC_STRING ) in LoadGlobalRes()
708 --pFirst; in LoadGlobalRes()
711 nOffCorrection = pFirst->nOffset; in LoadGlobalRes()
719 pStm->Seek( pFirst->nOffset ); in LoadGlobalRes()
/aoo41x/main/sw/source/ui/app/
H A Ddocsh.cxx992 SwFmtFld* pFirst = aIter.First(); in GetHiddenInformationState() local
993 while( pFirst ) in GetHiddenInformationState()
995 if( pFirst->GetTxtFld() && pFirst->IsFldInDoc() ) in GetHiddenInformationState()
1000 pFirst = aIter.Next(); in GetHiddenInformationState()
/aoo41x/main/filter/source/graphicfilter/idxf/
H A Ddxfentrd.cxx816 ppSucc=&pFirst; in Read()
861 while (pFirst!=NULL) { in Clear()
862 ptmp=pFirst; in Clear()
863 pFirst=ptmp->pSucc; in Clear()
H A Ddxfentrd.hxx569 DXFBasicEntity * pFirst; // Liste von Entities, READ ONLY! member in DXFEntities
586 pFirst=NULL; in DXFEntities()
/aoo41x/main/sfx2/source/bastyp/
H A Dfltfnc.cxx672 const SfxFilter* pFirst = 0; in GetFilter4EA() local
681 if (!pFirst) in GetFilter4EA()
682 pFirst = pFilter; in GetFilter4EA()
685 if (pFirst) in GetFilter4EA()
686 return pFirst; in GetFilter4EA()
/aoo41x/main/sw/source/core/crsr/
H A Dcrsrsh.cxx1038 const SwPosition *pFirst = 0, *pSecond = 0; in CompareCursor() local
1045 pFirst = pStk->GetPoint(); in CompareCursor()
1049 pFirst = pStk->GetPoint(); in CompareCursor()
1053 pFirst = pStk->GetPoint(); in CompareCursor()
1057 pFirst = pStk->GetMark(); in CompareCursor()
1061 pFirst = pStk->GetMark(); in CompareCursor()
1065 pFirst = pCur->GetPoint(); in CompareCursor()
1070 if( !pFirst || !pSecond ) in CompareCursor()
1072 else if( *pFirst < *pSecond ) in CompareCursor()
1074 else if( *pFirst == *pSecond ) in CompareCursor()
/aoo41x/main/sw/inc/
H A Dindex.hxx118 const SwIndex *pFirst, *pLast, *pMiddle; member in SwIndexReg
133 sal_Bool HasAnyIndex() const { return 0 != pFirst; } in HasAnyIndex()
/aoo41x/main/sw/source/core/inc/
H A Dswcache.hxx79 SwCacheObj *pFirst; //der virtuelle erste. member in SwCache
134 void ResetLRUOfst() { pFirst = pRealFirst; } in ResetLRUOfst()
/aoo41x/main/sfx2/source/doc/
H A Dobjxtor.cxx587 SfxViewFrame* pFirst = SfxViewFrame::GetFirst( this ); in PrepareClose() local
588 if( pFirst && !pFirst->GetFrame().PrepareClose_Impl( bUI, bForBrowsing ) ) in PrepareClose()
637 SfxHelp::OpenHelpAgent( &pFirst->GetFrame(), HID_CLOSE_WARNING ); in PrepareClose()
H A Dprinthelper.cxx269 SfxViewFrame* pFirst = pViewFrm; in getPrinter() local
277 if ( !pPrinter && pFirst ) in getPrinter()
278 pPrinter = pFirst->GetViewShell()->GetPrinter(sal_True); in getPrinter()
/aoo41x/main/desktop/win32/source/setup/
H A Dsetup.cpp1423 LPCTSTR pFirst = NULL; in GetNextArgument() local
1435 pFirst = pChar; in GetNextArgument()
1452 if ( pChar == pFirst ) in GetNextArgument()
1453 pFirst = CharNext( pFirst ); in GetNextArgument()
1466 StringCchCopyN ( *pArg, nCount, pFirst, nCount-1 ); in GetNextArgument()
/aoo41x/main/vcl/source/control/
H A Dbutton.cxx2462 Window* pFirst = const_cast<RadioButton*>(this); in GetRadioButtonGroup() local
2463 while( ( pFirst->GetStyle() & WB_GROUP ) == 0 ) in GetRadioButtonGroup()
2465 Window* pWindow = pFirst->GetWindow( WINDOW_PREV ); in GetRadioButtonGroup()
2467 pFirst = pWindow; in GetRadioButtonGroup()
2474 if( pFirst->GetType() == WINDOW_RADIOBUTTON ) in GetRadioButtonGroup()
2476 if( pFirst != this || bIncludeThis ) in GetRadioButtonGroup()
2477 io_rGroup.push_back( static_cast<RadioButton*>(pFirst) ); in GetRadioButtonGroup()
2479 pFirst = pFirst->GetWindow( WINDOW_NEXT ); in GetRadioButtonGroup()
2480 } while( pFirst && ( ( pFirst->GetStyle() & WB_GROUP ) == 0 ) ); in GetRadioButtonGroup()
/aoo41x/main/starmath/source/
H A Dparse.cxx1172 SmNode *pFirst = m_aNodeStack.Pop(); in Relation() local
1179 pSNode->SetSubNodes(pFirst, pSecond, m_aNodeStack.Pop()); in Relation()
1191 SmNode *pFirst = m_aNodeStack.Pop(); in Sum() local
1198 pSNode->SetSubNodes(pFirst, pSecond, m_aNodeStack.Pop()); in Sum()
1210 SmNode *pFirst = m_aNodeStack.Pop(), in Product() local
1265 pSNode->SetSubNodes(pFirst, m_aNodeStack.Pop(), pOper); in Product()
1267 pSNode->SetSubNodes(pFirst, pOper, m_aNodeStack.Pop()); in Product()
/aoo41x/main/basic/source/comp/
H A Dexprgen.cxx202 if( pFirst ) in Gen()
208 for( SbiExpression* pExpr = pFirst; pExpr; pExpr = pExpr->pNext,nCount++ ) in Gen()
/aoo41x/main/svtools/source/edit/
H A Dtextdoc.cxx47 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()
/aoo41x/main/sw/source/filter/ww8/dump/
H A Dww8darr.cxx506 CompSprmDumpId( const void *pFirst, const void *pSecond) in CompSprmDumpId() argument
508 return( ((SprmDumpInfo*)pFirst )->nId - ((SprmDumpInfo*)pSecond)->nId ); in CompSprmDumpId()
/aoo41x/main/sc/source/ui/unoobj/
H A Dviewuno.cxx795 const ScRange* pFirst = rRanges.GetObject(0); in select() local
796 if ( pFirst && !lcl_TabInRanges( pViewData->GetTabNo(), rRanges ) ) in select()
797 pViewSh->SetTabNo( pFirst->aStart.Tab() ); in select()
803 if ( pFirst ) in select()
805 pViewSh->AlignToCursor( pFirst->aStart.Col(), pFirst->aStart.Row(), in select()
807 pViewSh->SetCursor( pFirst->aStart.Col(), pFirst->aStart.Row() ); in select()
/aoo41x/main/sw/source/ui/uiview/
H A Dview.cxx493 int lcl_CmpIds( const void *pFirst, const void *pSecond) in lcl_CmpIds() argument
495 return (*(sal_uInt16*)pFirst) - (*(sal_uInt16*)pSecond); in lcl_CmpIds()
998 SfxViewFrame* pFirst = SfxViewFrame::GetFirst(pDocSh); in SwView() local
1006 ( !pFirst || pFirst == pVFrame ) && in SwView()

Completed in 183 milliseconds

1234