| /AOO41X/main/sc/source/core/data/ |
| H A D | bcaslot.cxx | 495 for ( ScBroadcastAreaSlot** pp = ppSlots + nBcaSlots; --pp >= ppSlots; /* nothing */ ) in ~TableSlots() local 497 if (*pp) in ~TableSlots() 498 delete *pp; in ~TableSlots() 562 inline void ComputeNextSlot( SCSIZE & nOff, SCSIZE & nBreak, ScBroadcastAreaSlot** & pp, in ComputeNextSlot() argument 568 ++pp; in ComputeNextSlot() 574 pp = ppSlots + nOff; in ComputeNextSlot() 605 ScBroadcastAreaSlot** pp = ppSlots + nOff; in StartListeningArea() local 609 if ( !*pp ) in StartListeningArea() 610 *pp = new ScBroadcastAreaSlot( pDoc, this ); in StartListeningArea() 617 if (!(*pp)->StartListeningArea( rRange, pListener, pArea)) in StartListeningArea() [all …]
|
| /AOO41X/main/soltools/javadep/ |
| H A D | javadep.c | 232 char *pp; in utf8tolatin1() local 235 pstr = pp = xmalloc((a_utf8.nlen+1) * sizeof(char)); in utf8tolatin1() 243 *pp++ = *p; in utf8tolatin1() 246 *pp = '\0'; in utf8tolatin1() 340 const char *pp = pstr; in escape_slash() local 346 while ( (p=strchr(pp, cpathsep)) != NULL ) { in escape_slash() 348 pp = ++p; in escape_slash() 354 pp = pstr; in escape_slash() 357 while ( (p=strchr(pp, cpathsep)) != NULL ) { in escape_slash() 358 memcpy(pnp, pp, p-pp); in escape_slash() [all …]
|
| /AOO41X/main/soltools/mkdepend/ |
| H A D | include.c | 54 register char **pp, *p; local 116 for (pp = includedirs; *pp; pp++) { 117 sprintf(path, "%s/%s", *pp, include); 236 char buf[ BUFSIZ ], **pp; local 239 for (pp=notdotdot; *pp; pp++) 240 if (strcmp(*pp, buf) == 0) 244 *pp++ = copy(buf); 245 if (pp >= ¬dotdot[ MAXDIRS ])
|
| /AOO41X/main/starmath/source/ |
| H A D | smdll.cxx | 72 SmModule *pp = (SmModule *) p; in Init() local 76 SmModule::RegisterInterface(pp); in Init() 77 SmDocShell::RegisterInterface(pp); in Init() 78 SmViewShell::RegisterInterface(pp); in Init() 82 SvxZoomStatusBarControl::RegisterControl( SID_ATTR_ZOOM, pp ); in Init() 83 SvxModifyControl::RegisterControl( SID_TEXTSTATUS, pp ); in Init() 84 SvxUndoRedoControl::RegisterControl( SID_UNDO, pp ); in Init() 85 SvxUndoRedoControl::RegisterControl( SID_REDO, pp ); in Init() 86 XmlSecStatusBarControl::RegisterControl( SID_SIGNATURE, pp ); in Init()
|
| H A D | document.cxx | 145 SmModule *pp = SM_MOD(); in LoadSymbols() local 146 pp->GetSymbolManager().Load(); in LoadSymbols() 628 SmModule *pp = SM_MOD(); in GetPrt() local 629 pp->GetConfig()->ConfigToItemSet(*pOptions); in GetPrt() 710 SmModule *pp = SM_MOD(); in SmDocShell() local 711 aFormat = pp->GetConfig()->GetStandardFormat(); in SmDocShell() 714 StartListening(*pp->GetConfig()); in SmDocShell() 725 SmModule *pp = SM_MOD(); in ~SmDocShell() local 728 EndListening(*pp->GetConfig()); in ~SmDocShell() 1021 SmModule *pp = SM_MOD(); in Execute() local [all …]
|
| H A D | dialog.cxx | 429 SmModule *pp = SM_MOD(); in IMPL_LINK() local 430 SmFormat aFmt( pp->GetConfig()->GetStandardFormat() ); in IMPL_LINK() 432 pp->GetConfig()->SetStandardFormat( aFmt ); in IMPL_LINK() 536 SmModule *pp = SM_MOD(); in IMPL_LINK_INLINE_START() local 537 SmFormat aFmt( pp->GetConfig()->GetStandardFormat() ); in IMPL_LINK_INLINE_START() 539 pp->GetConfig()->SetStandardFormat( aFmt, sal_True ); in IMPL_LINK_INLINE_START() 582 SmModule *pp = SM_MOD(); in ReadFrom() local 584 aVariableFont = pp->GetConfig()->GetFontPickList(FNT_VARIABLE); in ReadFrom() 585 aFunctionFont = pp->GetConfig()->GetFontPickList(FNT_FUNCTION); in ReadFrom() 586 aNumberFont = pp->GetConfig()->GetFontPickList(FNT_NUMBER); in ReadFrom() [all …]
|
| H A D | view.cxx | 268 SmModule *pp = SM_MOD(); in SetCursor() local 273 if (pp->GetConfig()->IsShowFormulaCursor()) in SetCursor() 322 SmModule *pp = SM_MOD(); in Paint() local 323 if (pFound && pp->GetConfig()->IsShowFormulaCursor()) in Paint() 1228 SmModule *pp = SM_MOD(); in SetPrinter() local 1229 pp->GetConfig()->ItemSetToConfig(pNewPrinter->GetOptions()); in SetPrinter() 1416 SmModule *pp = SM_MOD(); in Execute() local 1426 bVal = !pp->GetConfig()->IsShowFormulaCursor(); in Execute() 1428 pp->GetConfig()->SetShowFormulaCursor(bVal); in Execute() 1720 SmModule *pp = SM_MOD(); in Execute() local [all …]
|
| H A D | symbol.cxx | 139 SmModule *pp = SM_MOD(); in Init() local 140 StartListening(*pp->GetConfig()); in Init() 146 SmModule *pp = SM_MOD(); in Exit() local 147 EndListening(*pp->GetConfig()); in Exit()
|
| H A D | unomodel.cxx | 84 SmModule *pp = SM_MOD(); in SmPrintUIOptions() local 85 SmConfig *pConfig = pp->GetConfig(); in SmPrintUIOptions() 706 SmModule *pp = SM_MOD(); in _setPropertyValues() local 707 pp->GetConfig()->ConfigToItemSet(*pItemSet); in _setPropertyValues() 723 SmModule *pp = SM_MOD(); in _setPropertyValues() local 724 SmSymbolManager &rManager = pp->GetSymbolManager(); in _setPropertyValues() 916 SmModule *pp = SM_MOD(); in _getPropertyValues() local 917 const SmSymbolManager &rManager = pp->GetSymbolManager(); in _getPropertyValues()
|
| /AOO41X/main/formula/source/core/api/ |
| H A D | token.cxx | 606 FormulaToken** pp; in Assign() local 609 pp = pCode = new FormulaToken*[ nLen ]; in Assign() 610 memcpy( pp, r.pCode, nLen * sizeof( FormulaToken* ) ); in Assign() 612 (*pp++)->IncRef(); in Assign() 616 pp = pRPN = new FormulaToken*[ nRPN ]; in Assign() 617 memcpy( pp, r.pRPN, nRPN * sizeof( FormulaToken* ) ); in Assign() 619 (*pp++)->IncRef(); in Assign() 639 FormulaToken** pp; in Clone() local 642 pp = p->pCode = new FormulaToken*[ nLen ]; in Clone() 643 memcpy( pp, pCode, nLen * sizeof( FormulaToken* ) ); in Clone() [all …]
|
| /AOO41X/main/sw/source/core/bastyp/ |
| H A D | bparr.cxx | 78 BlockInfo** pp = ppInf; in ~BigPtrArray() local 79 for( sal_uInt16 n = 0; n < nBlock; ++n, ++pp ) in ~BigPtrArray() 81 delete[] (*pp)->pData; in ~BigPtrArray() 82 delete *pp; in ~BigPtrArray() 112 BlockInfo** pp = ppInf + cur; in ForEach() local 113 BlockInfo* p = *pp; in ForEach() 126 p = *++pp; in ForEach() 208 BlockInfo** pp = ppInf + pos; in UpdIndex() local 209 sal_uLong idx = (*pp)->nEnd + 1; in UpdIndex() 213 p = *++pp; in UpdIndex() [all …]
|
| /AOO41X/main/rsc/source/rscpp/ |
| H A D | cpp3.c | 461 register char **pp; local 477 for (pp = preset; *pp != NULL; pp++) { 478 if (*pp[0] != EOS) { 479 dp = defendel(*pp, FALSE); 492 for (pp = magic, i = DEF_NOARGS; *pp != NULL; pp++) { 493 dp = defendel(*pp, FALSE);
|
| /AOO41X/main/external/mingwheaders/ |
| H A D | mingw_atl_headers.patch | 125 ATLASSERT(pp != NULL && *pp == NULL); 126 return p->QueryInterface(__uuidof(Q), (void**)pp); 147 ATLASSERT(pp != NULL && *pp == NULL); 148 return p->QueryInterface(__uuidof(Q), (void**)pp); 160 HRESULT QueryInterface(Q** pp) 162 ATLASSERT(pp != NULL && *pp == NULL); 163 return p->QueryInterface(__uuidof(Q), (void**)pp); 544 HRESULT STDMETHODCALLTYPE QueryInterface(Q** pp) 546 return QueryInterface(__uuidof(Q), (void**)pp); 550 static HRESULT WINAPI CreateInstance(CComObject<Base>** pp); [all …]
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | token.cxx | 1346 FormulaToken** pp; in Clone() local 1349 pp = p->pCode = new FormulaToken*[ nLen ]; in Clone() 1350 memcpy( pp, pCode, nLen * sizeof( ScToken* ) ); in Clone() 1351 for( sal_uInt16 i = 0; i < nLen; i++, pp++ ) in Clone() 1353 *pp = (*pp)->Clone(); in Clone() 1354 (*pp)->IncRef(); in Clone() 1359 pp = p->pRPN = new FormulaToken*[ nRPN ]; in Clone() 1360 memcpy( pp, pRPN, nRPN * sizeof( ScToken* ) ); in Clone() 1361 for( sal_uInt16 i = 0; i < nRPN; i++, pp++ ) in Clone() 1363 FormulaToken* t = *pp; in Clone() [all …]
|
| H A D | refreshtimer.cxx | 32 ScRefreshTimerProtector::ScRefreshTimerProtector( ScRefreshTimerControl * const * pp ) in ScRefreshTimerProtector() argument 34 ppControl( pp ) in ScRefreshTimerProtector()
|
| /AOO41X/main/cppu/source/uno/ |
| H A D | assign.hxx | 152 typelib_TypeDescriptionReference ** pp = (typelib_TypeDescriptionReference **)pDest + i; in _assignArray() local 153 ::typelib_typedescriptionreference_release( *pp ); in _assignArray() 154 *pp = *((typelib_TypeDescriptionReference **)pSource + i); in _assignArray() 155 TYPE_ACQUIRE( *pp ); in _assignArray() 459 typelib_TypeDescriptionReference ** pp = (typelib_TypeDescriptionReference **)pDest; in _assignData() local 460 ::typelib_typedescriptionreference_release( *pp ); in _assignData() 461 *pp = *(typelib_TypeDescriptionReference **)pSource; in _assignData() 462 TYPE_ACQUIRE( *pp ); in _assignData()
|
| /AOO41X/main/migrationanalysis/src/wizard/ |
| H A D | Office10Issues.bas | 328 Public Function CheckForAccesToPPVBProject1(pp As PowerPoint.application, pres As PowerPoint.Presen… 332 If val(pp.Version) < 10# Then Exit Function 337 If GiveAccessToMacroProject(APP_PP, pp.Version, RegValue) Then 346 Public Function CheckForAccesToPPVBProject(pp As PowerPoint.application, pres As PowerPoint.Present… 349 If val(pp.Version) < 10# Then Exit Function
|
| H A D | Wizard.frm | 2663 Dim pp As PowerPoint.application 2668 Set pp = po.application 2670 If val(pp.Version) < CSUPPORTED_VERSION Then 2672 TOPIC_STR, pp.Version, CR_STR, Chr(13)) 2679 If Not CheckForAccesToPPVBProject(pp, aPres) Then 2681 If Not GiveAccessToMacroProject(APP_PP, pp.Version, RegValue) Then 2696 Set aPres = pp.Presentations(1) 2704 …pp.Run (fsObject.GetFileName(CBASE_RESOURCE_DIR & "\" & CPP_DRIVER_FILE) & "!AnalysisDriver.Analys… 2721 SetDefaultRegValue APP_PP, pp.Version, RegValue 2724 DeleteRegValue APP_PP, pp.Version [all …]
|
| /AOO41X/main/basic/source/classes/ |
| H A D | sbintern.cxx | 40 SbiGlobals** pp = (SbiGlobals**) ::GetAppData( SHL_SBC ); in SV_IMPL_PTRARR() local 41 SbiGlobals* p = *pp; in SV_IMPL_PTRARR() 43 p = *pp = new SbiGlobals; in SV_IMPL_PTRARR()
|
| /AOO41X/main/ucb/source/ucp/file/ |
| H A D | filnot.cxx | 112 BaseContent* pp = new BaseContent( m_pMyShell,xChildId,aChildName ); in notifyRemoved() local 114 osl::MutexGuard aGuard( pp->m_aMutex ); in notifyRemoved() 115 pp->m_nState |= BaseContent::Deleted; in notifyRemoved() 118 uno::Reference< XContent > xDeletedContent( pp ); in notifyRemoved()
|
| /AOO41X/main/sc/inc/ |
| H A D | refreshtimer.hxx | 68 ScRefreshTimerProtector( ScRefreshTimerControl * const * pp ); 132 void SetRefreshControl( ScRefreshTimerControl * const * pp ) in SetRefreshControl() argument 135 ppControl = pp; in SetRefreshControl()
|
| H A D | chgtrack.hxx | 734 void InsertInSlot( ScChangeActionContent** pp ) in InsertInSlot() argument 738 ppPrevInSlot = pp; in InsertInSlot() 739 if ( ( pNextInSlot = *pp ) != NULL ) in InsertInSlot() 741 *pp = this; in InsertInSlot()
|
| /AOO41X/main/autodoc/inc/ary/ |
| H A D | symtreenode.hxx | 328 pp = Get_Parent(); in InitDepth() local 329 if (pp != 0) in InitDepth() 330 nDepth = pp->Depth() + 1; in InitDepth()
|
| /AOO41X/main/winaccessibility/source/service/ |
| H A D | AccObjectWinManager.cxx | 793 Reference <XAccessibleEventListener> pp ( in InsertAccObj() local 795 if(pp.is()) in InsertAccObj() 797 broadcaster->addEventListener(pp); in InsertAccObj()
|
| /AOO41X/main/bridges/source/jni_uno/ |
| H A D | jni_data.cxx | 2289 rtl_uString * const * pp = in map_to_java() local 2294 jni, ustring_to_jstring( jni, pp[ nPos ] ) ); in map_to_java() 2307 typelib_TypeDescriptionReference * const * pp = in map_to_java() local 2313 jni, &val, &pp[ nPos ], element_type, 0, in map_to_java() 2461 uno_Interface ** pp = (uno_Interface **)seq->elements; in map_to_java() local 2464 uno_Interface * pUnoI = pp[ nPos ]; in map_to_java()
|