/aoo41x/main/sc/source/core/data/ |
H A D | bcaslot.cxx | 497 if (*pp) in ~TableSlots() 498 delete *pp; in ~TableSlots() 568 ++pp; in ComputeNextSlot() 609 if ( !*pp ) in StartListeningArea() 728 if ( *pp ) in AreaBroadcastInRange() 757 if ( *pp ) in DelBroadcastAreasInRange() 765 if ( *pp ) in DelBroadcastAreasInRange() 797 if ( *pp ) in UpdateBroadcastAreas() 805 if ( *pp ) in UpdateBroadcastAreas() 837 if (*pp) in UpdateBroadcastAreas() [all …]
|
/aoo41x/main/soltools/javadep/ |
H A D | javadep.c | 232 char *pp; in utf8tolatin1() local 243 *pp++ = *p; in utf8tolatin1() 246 *pp = '\0'; in utf8tolatin1() 348 pp = ++p; in escape_slash() 354 pp = pstr; in escape_slash() 358 memcpy(pnp, pp, p-pp); in escape_slash() 359 pnp += p-pp; in escape_slash() 362 pp = ++p; in escape_slash() 365 nlen_pp = strlen(pp); in escape_slash() 701 char *p, *pp, *pstr; in create_filters() local [all …]
|
/aoo41x/main/starmath/source/ |
H A D | smdll.cxx | 76 SmModule *pp = (SmModule *) p; in Init() local 80 SmModule::RegisterInterface(pp); in Init() 81 SmDocShell::RegisterInterface(pp); in Init() 82 SmViewShell::RegisterInterface(pp); in Init() 86 SvxZoomStatusBarControl::RegisterControl( SID_ATTR_ZOOM, pp ); in Init() 87 SvxModifyControl::RegisterControl( SID_TEXTSTATUS, pp ); in Init() 88 SvxUndoRedoControl::RegisterControl( SID_UNDO, pp ); in Init() 89 SvxUndoRedoControl::RegisterControl( SID_REDO, pp ); in Init() 90 XmlSecStatusBarControl::RegisterControl( SID_SIGNATURE, pp ); in Init() 95 ::sfx2::TaskPaneWrapper::RegisterChildWindow( sal_False, 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 710 SmModule *pp = SM_MOD(); in SmDocShell() local 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 1124 SmModule *pp = SM_MOD(); in Execute() local 1321 SmModule *pp = SM_MOD(); in SaveSymbols() local [all …]
|
H A D | dialog.cxx | 429 SmModule *pp = SM_MOD(); in IMPL_LINK() local 432 pp->GetConfig()->SetStandardFormat( aFmt ); in IMPL_LINK() 536 SmModule *pp = SM_MOD(); in IMPL_LINK_INLINE_START() local 582 SmModule *pp = SM_MOD(); in ReadFrom() local 587 aTextFont = pp->GetConfig()->GetFontPickList(FNT_TEXT); in ReadFrom() 589 aSansFont = pp->GetConfig()->GetFontPickList(FNT_SANS); in ReadFrom() 604 SmModule *pp = SM_MOD(); in WriteTo() local 743 SmModule *pp = SM_MOD(); in IMPL_LINK() local 746 pp->GetConfig()->SetStandardFormat( aFmt ); in IMPL_LINK() 1066 SmModule *pp = SM_MOD(); in IMPL_LINK() local [all …]
|
H A D | view.cxx | 272 SmModule *pp = SM_MOD(); in SetCursor() local 277 if (pp->GetConfig()->IsShowFormulaCursor()) in SetCursor() 326 SmModule *pp = SM_MOD(); in Paint() local 327 if (pFound && pp->GetConfig()->IsShowFormulaCursor()) in Paint() 1233 SmModule *pp = SM_MOD(); in SetPrinter() local 1234 pp->GetConfig()->ItemSetToConfig(pNewPrinter->GetOptions()); in SetPrinter() 1421 SmModule *pp = SM_MOD(); in Execute() local 1431 bVal = !pp->GetConfig()->IsShowFormulaCursor(); in Execute() 1433 pp->GetConfig()->SetShowFormulaCursor(bVal); in Execute() 1725 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/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/formula/source/core/api/ |
H A D | token.cxx | 606 FormulaToken** pp; in Assign() local 612 (*pp++)->IncRef(); in Assign() 619 (*pp++)->IncRef(); in Assign() 639 FormulaToken** pp; in Clone() local 646 *pp = (*pp)->Clone(); in Clone() 647 (*pp)->IncRef(); in Clone() 656 FormulaToken* t = *pp; in Clone() 669 *pp = t->Clone(); in Clone() 671 *pp = p->pCode[ nIdx ]; in Clone() 674 *pp = t->Clone(); in Clone() [all …]
|
/aoo41x/main/sw/source/core/bastyp/ |
H A D | bparr.cxx | 78 BlockInfo** pp = ppInf; in ~BigPtrArray() local 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() 480 BlockInfo** pp = ppInf, **qq = pp; in Compress() local [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); 147 ATLASSERT(pp != NULL && *pp == NULL); 160 HRESULT QueryInterface(Q** pp) 162 ATLASSERT(pp != NULL && *pp == NULL); 544 HRESULT STDMETHODCALLTYPE QueryInterface(Q** pp) 546 return QueryInterface(__uuidof(Q), (void**)pp); 694 HRESULT STDMETHODCALLTYPE QueryInterface(Q** pp) 743 HRESULT STDMETHODCALLTYPE QueryInterface(Q** pp) 750 _ATL_VALIDATE_OUT_POINTER(pp); 797 HRESULT STDMETHODCALLTYPE QueryInterface(Q** pp) [all …]
|
/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/sc/source/core/tool/ |
H A D | token.cxx | 1346 FormulaToken** pp; in Clone() local 1349 pp = p->pCode = new FormulaToken*[ nLen ]; 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() 1363 FormulaToken* t = *pp; in Clone() 1376 *pp = t->Clone(); in Clone() 1378 *pp = p->pCode[ nIdx ]; in Clone() 1381 *pp = t->Clone(); in Clone() [all …]
|
H A D | refreshtimer.cxx | 32 ScRefreshTimerProtector::ScRefreshTimerProtector( ScRefreshTimerControl * const * pp ) in ScRefreshTimerProtector() argument 34 ppControl( pp ) in ScRefreshTimerProtector()
|
/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 2696 Set aPres = pp.Presentations(1) 2721 SetDefaultRegValue APP_PP, pp.Version, RegValue 2724 DeleteRegValue APP_PP, pp.Version 2727 If Not pp Is Nothing Then 2733 Set pp = Nothing [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()
|