| /AOO41X/main/dbaccess/source/ui/tabledesign/ |
| H A D | TableDesignView.cxx | 320 IClipboardTest* pTest = NULL; in getActiveChild() local 324 pTest = GetDescWin(); in getActiveChild() 327 pTest = GetEditorCtrl(); in getActiveChild() 332 return pTest; in getActiveChild() 337 IClipboardTest* pTest = getActiveChild(); in isCopyAllowed() local 338 return pTest && pTest->isCopyAllowed(); in isCopyAllowed() 343 IClipboardTest* pTest = getActiveChild(); in isCutAllowed() local 344 return pTest && pTest->isCutAllowed(); in isCutAllowed() 349 IClipboardTest* pTest = getActiveChild(); in isPasteAllowed() local 350 return pTest && pTest->isPasteAllowed(); in isPasteAllowed() [all …]
|
| H A D | TableFieldDescWin.cxx | 259 IClipboardTest* pTest = NULL; in getActiveChild() local 263 pTest = getGenPage(); in getActiveChild() 266 pTest = getHelpBar(); in getActiveChild() 269 return pTest; in getActiveChild()
|
| /AOO41X/main/dbaccess/source/ui/app/ |
| H A D | AppView.cxx | 379 IClipboardTest* pTest = NULL; in getActiveChild() local 381 pTest = getDetailView(); in getActiveChild() 382 return pTest; in getActiveChild() 387 IClipboardTest* pTest = getActiveChild(); in isCopyAllowed() local 388 return pTest && pTest->isCopyAllowed(); in isCopyAllowed() 393 IClipboardTest* pTest = getActiveChild(); in isCutAllowed() local 394 return pTest && pTest->isCutAllowed(); in isCutAllowed() 399 IClipboardTest* pTest = getActiveChild(); in isPasteAllowed() local 400 return pTest && pTest->isPasteAllowed(); in isPasteAllowed() 405 IClipboardTest* pTest = getActiveChild(); in copy() local [all …]
|
| /AOO41X/main/tools/workben/ |
| H A D | urltest.cxx | 82 bool testRelToAbs(RelToAbsTest const * pTest, std::size_t nSize) in testRelToAbs() argument 89 if (pTest[i].m_pBase) in testRelToAbs() 91 aBase.SetURL(pTest[i].m_pBase); in testRelToAbs() 96 pTest[i].m_pBase ? pTest[i].m_pBase : ""); in testRelToAbs() 101 aBase.GetNewAbsURL(pTest[i].m_pRel, &aAbs); in testRelToAbs() 104 if (!(aTheAbs.Equals(pTest[i].m_pAbs) in testRelToAbs() 105 || pTest[i].m_pAlt && aTheAbs.Equals(pTest[i].m_pAlt))) in testRelToAbs() 107 printf(" BAD GetNewAbsURL %s -> %s (%s)\n", pTest[i].m_pRel, in testRelToAbs() 108 aTheAbs.GetBuffer(), pTest[i].m_pAbs); in testRelToAbs() 115 UniString(pTest[i].m_pRel, RTL_TEXTENCODING_ISO_8859_1))), in testRelToAbs() [all …]
|
| /AOO41X/main/i18npool/source/search/ |
| H A D | levdis.cxx | 630 WLevDistance* pTest; in main() local 707 pTest = new WLevDistance( argv[args+1] ); in main() 709 pTest->ShowTest(); in main() 711 pTest->SetLimit( nLim ); in main() 712 pTest->SetReplaceP0( nP0 ); in main() 713 pTest->SetInsertQ0( nQ0 ); in main() 714 pTest->SetDeleteR0( nR0 ); in main() 719 pTest = new WLevDistance( argv[args+1], nX, nY, nZ, !bStrict ); in main() 721 WLevDistance aTmp( *pTest ); in main() 724 nLim = pTest->GetLimit(); in main() [all …]
|
| /AOO41X/main/sw/source/filter/html/ |
| H A D | htmlatr.cxx | 1541 HTMLSttEndPos *pTest = aStartLst[i]; in ExistsOnTagItem() local 1543 if( pTest->GetStart() > nPos ) in ExistsOnTagItem() 1548 else if( pTest->GetEnd() > nPos ) in ExistsOnTagItem() 1552 const SfxPoolItem *pItem = pTest->GetItem(); in ExistsOnTagItem() 1577 HTMLSttEndPos *pTest = aStartLst[i]; in ExistsOffTagItem() local 1579 if( pTest->GetStart() > nStartPos ) in ExistsOffTagItem() 1584 else if( pTest->GetStart()==nStartPos && in ExistsOffTagItem() 1585 pTest->GetEnd()==nEndPos ) in ExistsOffTagItem() 1589 const SfxPoolItem *pItem = pTest->GetItem(); in ExistsOffTagItem() 1627 HTMLSttEndPos *pTest = aStartLst[i]; in FixSplittedItem() local [all …]
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | dptablecache.cxx | 647 sal_Bool* pTest = ( nEntryCount <= nFixedBools ? &aTest[0] : new sal_Bool[nEntryCount] ); in ValidQuery() local 816 pTest[nPos] = bTestEqual; in ValidQuery() 823 pTest[nPos] = pTest[nPos] && bTestEqual; in ValidQuery() 829 pTest[nPos] = bTestEqual; in ValidQuery() 838 pTest[0] = pTest[0] || pTest[j]; in ValidQuery() 844 if ( pTest != &aTest[0] ) in ValidQuery() 845 delete [] pTest; in ValidQuery()
|
| H A D | table3.cxx | 937 sal_Bool* pTest = ( nEntryCount <= nFixedBools ? &aTest[0] : new sal_Bool[nEntryCount] ); in ValidQuery() local 1244 pTest[nPos] = bTestEqual; in ValidQuery() 1251 pTest[nPos] = pTest[nPos] && bTestEqual; in ValidQuery() 1257 pTest[nPos] = bTestEqual; in ValidQuery() 1266 pTest[0] = pTest[0] || pTest[j]; in ValidQuery() 1273 *pbTestEqualCondition = pTest[0]; in ValidQuery() 1274 if ( pTest != &aTest[0] ) in ValidQuery() 1275 delete [] pTest; in ValidQuery()
|
| /AOO41X/main/sw/source/ui/uiview/ |
| H A D | viewdraw.cxx | 421 SfxShell* pTest = 0; in ExitDraw() local 424 pTest = pDispatch->GetShell(nIdx++); in ExitDraw() 426 while( pTest && pTest != this && pTest != pShell); in ExitDraw() 427 if(pTest == pShell && in ExitDraw()
|
| /AOO41X/main/sfx2/source/dialog/ |
| H A D | passwd.cxx | 49 const sal_Unicode* pTest = aTest.getStr(); in IMPL_LINK_INLINE_START() local 55 if( *pTest > 0x007f ) in IMPL_LINK_INLINE_START() 58 aFilter.append( *pTest ); in IMPL_LINK_INLINE_START() 59 pTest++; in IMPL_LINK_INLINE_START()
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | chgtrack.cxx | 3126 ScChangeActionIns* pTest = (ScChangeActionIns*) pL->GetAction(); in Dependencies() local 3127 if ( !pTest->IsRejected() && in Dependencies() 3128 pTest->GetBigRange().Intersects( rRange ) ) in Dependencies() 3130 AddDependentWithNotify( pTest, pAct ); in Dependencies() 3140 ScChangeActionIns* pTest = (ScChangeActionIns*) pL->GetAction(); in Dependencies() local 3141 if ( !pTest->IsRejected() && in Dependencies() 3142 pTest->GetBigRange().Intersects( rRange ) ) in Dependencies() 3144 AddDependentWithNotify( pTest, pAct ); in Dependencies() 3154 ScChangeActionIns* pTest = (ScChangeActionIns*) pL->GetAction(); in Dependencies() local 3155 if ( !pTest->IsRejected() && in Dependencies() [all …]
|
| /AOO41X/main/vcl/source/app/ |
| H A D | help.cxx | 796 Point pTest( mPos - pSize - delta ); in ImplSetHelpWindowPos() local 797 if( pTest.X() > aScreenRect.Left() && pTest.Y() > aScreenRect.Top() ) in ImplSetHelpWindowPos() 798 aPos = pTest; in ImplSetHelpWindowPos()
|
| /AOO41X/main/sd/source/core/ |
| H A D | drawdoc3.cxx | 379 String* pTest = (String*) mpLayoutsToTransfer->First(); in operator ()() local 382 while (pTest && !bFound) // found yet? in operator ()() 384 if (*pLayout == *pTest) in operator ()() 387 pTest = (String*)mpLayoutsToTransfer->Next(); in operator ()() 845 SdPage* pTest = (SdPage*) GetMasterPage(nTest); in InsertBookmarkAsPage() local 846 String aTest(pTest->GetLayoutName()); in InsertBookmarkAsPage() 851 eKind == pTest->GetPageKind() ) in InsertBookmarkAsPage()
|
| /AOO41X/main/automation/source/server/ |
| H A D | statemnt.hxx | 234 static sal_Bool WinPtrValid(Window *pTest); 473 Window *pTest; member in SearchWinPtr 475 SearchWinPtr( Window *pTestP ): pTest(pTestP) {} in SearchWinPtr()
|
| H A D | sta_list.cxx | 472 return pWin == pTest; in IsWinOK() 475 sal_Bool StatementList::WinPtrValid(Window *pTest) in WinPtrValid() argument 477 SearchWinPtr aSearch( pTest ); in WinPtrValid()
|
| H A D | statemnt.cxx | 2188 Window *pTest = pBase->GetWindow( WINDOW_CLIENT ); in GetNextOverlap() local 2189 if ( IsAccessable (pTest) in GetNextOverlap() 2190 && pTest->IsEnabled() in GetNextOverlap() 2191 && pTest->IsVisible() in GetNextOverlap() 2192 && ((pTest->GetStyle() & WB_CLOSEABLE ) || (pBase->GetStyle() & WB_CLOSEABLE )) ) in GetNextOverlap() 2193 return pTest; in GetNextOverlap()
|
| /AOO41X/main/soltools/ldump/ |
| H A D | ldump.cxx | 348 char pTest[256]; in Filter() local 368 strcpy(pTest,&pFilterLines[i][1]); in Filter() 369 if ( strstr( pExportName, pTest)) in Filter()
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | writerhelper.cxx | 797 const SwFltRedline *pTest = static_cast<const SwFltRedline *> in operator ()() local 799 return (pEntry->bLocked && (pTest->eType == meType)); in operator ()()
|
| H A D | ww8par.cxx | 3214 WW8PLCFspecial* pTest = pPlcxMan->GetMagicTables(); in ReadChar() local 3215 if (pTest && pTest->SeekPosExact(nPosCp+1+nCpOfs) && in ReadChar() 3216 pTest->Where() == nPosCp+1+nCpOfs) in ReadChar() 3220 pTest->Get(nPos, pData); in ReadChar() 5180 bool operator()(const SwTxtFmtColl *pTest) const in operator ()() 5183 …return pTest->IsAssignedToListLevelOfOutlineStyle() && pTest->GetAssignedOutlineStyleLevel() == mn… in operator ()()
|
| H A D | ww8par2.cxx | 571 if (WW8FlyPara *pTest = ConstructApo(aRet, pTabPos)) in TestApo() local 572 delete pTest; in TestApo()
|
| /AOO41X/main/starmath/source/ |
| H A D | mathmlimport.cxx | 1724 SmNode *pTest = rNodeStack.Pop(); in HandleAccent() local 1736 if ((pTest->GetToken().cMathChar & 0x0FFF) == 0x0332) in HandleAccent() 1739 delete pTest; in HandleAccent() 1742 aSubNodes[0] = pTest; in HandleAccent()
|
| /AOO41X/main/vcl/source/window/ |
| H A D | menu.cxx | 4311 Menu* pTest = pActivePopup; in IMPL_LINK() local 4318 if ( !nRet && ( pActivePopup == pTest ) && pActivePopup->ImplGetWindow() ) in IMPL_LINK()
|