| /AOO41X/main/sd/source/ui/unoidl/ |
| H A D | unowcntr.cxx | 43 uno::WeakReference< uno::XInterface >* pRef = mpList->First(); in ~SvUnoWeakContainer() local 44 while( pRef ) in ~SvUnoWeakContainer() 47 pRef = mpList->GetCurObject(); in ~SvUnoWeakContainer() 55 uno::WeakReference< uno::XInterface >* pRef = mpList->First(); in insert() local 56 while( pRef ) in insert() 58 ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > xTestRef( *pRef ); in insert() 62 pRef = mpList->GetCurObject(); in insert() 66 if( *pRef == xRef ) in insert() 69 pRef = mpList->Next(); in insert() 81 uno::WeakReference< uno::XInterface >* pRef = mpList->First(); in findRef() local [all …]
|
| /AOO41X/main/sc/source/filter/inc/ |
| H A D | dif.hxx | 83 static inline sal_Bool IsBOT( const sal_Unicode* pRef ); 84 static inline sal_Bool IsEOD( const sal_Unicode* pRef ); 85 static inline sal_Bool Is1_0( const sal_Unicode* pRef ); 99 static inline sal_Bool IsV( const sal_Unicode* pRef ); 105 inline sal_Bool DifParser::IsBOT( const sal_Unicode* pRef ) in IsBOT() argument 107 return ( pRef[ 0 ] == pKeyBOT[0] && in IsBOT() 108 pRef[ 1 ] == pKeyBOT[1] && in IsBOT() 109 pRef[ 2 ] == pKeyBOT[2] && in IsBOT() 110 pRef[ 3 ] == pKeyBOT[3] ); in IsBOT() 114 inline sal_Bool DifParser::IsEOD( const sal_Unicode* pRef ) in IsEOD() argument [all …]
|
| /AOO41X/main/rsc/source/parser/ |
| H A D | rscdb.cxx | 751 IMPL_LINK_INLINE_START( RscEnumerateRef, CallBackWriteRc, RscTop *, pRef ) in IMPL_LINK_INLINE_START() argument 753 aEnumObj.WriteRc( pRef, pRef->GetObjNode() ); in IMPL_LINK_INLINE_START() 756 IMPL_LINK_INLINE_END( RscEnumerateRef, CallBackWriteRc, RscTop *, pRef ) in IMPL_LINK_INLINE_END() argument 757 IMPL_LINK_INLINE_START( RscEnumerateRef, CallBackWriteSrc, RscTop *, pRef ) in IMPL_LINK_INLINE_END() 759 aEnumObj.WriteSrc( pRef, pRef->GetObjNode() ); in IMPL_LINK_INLINE_END() 762 IMPL_LINK_INLINE_END( RscEnumerateRef, CallBackWriteSrc, RscTop *, pRef ) in IMPL_LINK_INLINE_END() argument 763 IMPL_LINK_INLINE_START( RscEnumerateRef, CallBackWriteCxx, RscTop *, pRef ) in IMPL_LINK_INLINE_END() 765 if( pRef->IsCodeWriteable() ) in IMPL_LINK_INLINE_END() 766 aEnumObj.WriteCxx( pRef, pRef->GetObjNode() ); in IMPL_LINK_INLINE_END() 769 IMPL_LINK_INLINE_END( RscEnumerateRef, CallBackWriteCxx, RscTop *, pRef ) in IMPL_LINK_INLINE_END() argument [all …]
|
| /AOO41X/main/svl/source/items/ |
| H A D | poolitem.cxx | 431 pRef(new sal_uInt16(1)), in SfxItemHandle() 439 pRef(rCopy.pRef), in SfxItemHandle() 443 ++(*pRef); in SfxItemHandle() 452 --(*pRef); in operator =() 453 if(!(*pRef)) in operator =() 458 pRef = rCopy.pRef; in operator =() 459 ++(*pRef); in operator =() 468 --(*pRef); in ~SfxItemHandle() 469 if(!(*pRef)) { in ~SfxItemHandle() 470 delete pRef; pRef = 0; in ~SfxItemHandle()
|
| /AOO41X/main/basic/source/sbx/ |
| H A D | sbxarray.cxx | 328 SbxVariableRef* pRef = (*pData)[nIdx]; in Remove32() local 330 delete pRef; in Remove32() 339 SbxVariableRef* pRef = (*pData)[nIdx]; in Remove() local 341 delete pRef; in Remove() 352 SbxVariableRef* pRef = (*pData)[i]; in Remove() local 354 if( *pRef == pVar ) in Remove() 392 SbxVarEntryPtr pRef = new SbxVarEntry; in Merge() local 393 const SbxVarEntryPtr pTemp = pRef; in Merge() 395 *((SbxVariableRef*) pRef) = *((SbxVariableRef*) pRef1); in Merge() 397 pRef->pAlias = new XubString( *pRef1->pAlias ); in Merge() [all …]
|
| /AOO41X/main/linguistic/source/ |
| H A D | thesdsp.cxx | 57 const Reference< XThesaurus > *pRef = rRefs.getConstArray(); in SvcListHasLanguage() local 61 if (pRef[k].is()) in SvcListHasLanguage() 62 bHasLanguage = pRef[k]->hasLocale( rLocale ); in SvcListHasLanguage() 159 const Reference< XThesaurus > *pRef = pEntry->aSvcRefs.getConstArray(); in queryMeanings() local 163 if (pRef[i].is() && pRef[i]->hasLocale( rLocale )) in queryMeanings() 164 aMeanings = pRef[i]->queryMeanings( aChkWord, rLocale, rProperties ); in queryMeanings() 174 Reference< XThesaurus > *pRef = pEntry->aSvcRefs.getArray(); in queryMeanings() local 197 pRef[i] = xThes; in queryMeanings()
|
| H A D | spelldsp.cxx | 192 const Reference< XSpellChecker > *pRef = rEntry.aSvcRefs .getConstArray(); in SvcListHasLanguage() local 196 if (pRef[k].is()) in SvcListHasLanguage() 200 bHasLanguage = pRef[k]->hasLocale( aTmpLocale ); in SvcListHasLanguage() 362 const Reference< XSpellChecker > *pRef = in isValid_Impl() local 368 if (pRef[i].is() && pRef[i]->hasLocale( aLocale )) in isValid_Impl() 373 bTmpRes = pRef[i]->isValid( aChkWord, aLocale, rProperties ); in isValid_Impl() 397 Reference< XSpellChecker > *pRef = pEntry->aSvcRefs .getArray(); in isValid_Impl() local 423 pRef [i] = xSpell; in isValid_Impl() 530 const Reference< XSpellChecker > *pRef = pEntry->aSvcRefs.getConstArray(); in spell_Impl() local 536 if (pRef[i].is() && pRef[i]->hasLocale( aLocale )) in spell_Impl() [all …]
|
| H A D | hyphdsp.cxx | 338 Reference< XHyphenator > *pRef = pEntry->aSvcRefs.getArray(); in hyphenate() local 361 pRef [i] = xHyph; in hyphenate() 477 Reference< XHyphenator > *pRef = pEntry->aSvcRefs.getArray(); in queryAlternativeSpelling() local 500 pRef [i] = xHyph; in queryAlternativeSpelling() 611 Reference< XHyphenator > *pRef = pEntry->aSvcRefs.getArray(); in createPossibleHyphens() local 634 pRef [i] = xHyph; in createPossibleHyphens()
|
| /AOO41X/main/cppu/source/typelib/ |
| H A D | typelib.cxx | 2365 typelib_TypeDescriptionReference * pRef ) in typelib_typedescriptionreference_acquire() argument 2368 ::osl_incrementInterlockedCount( &pRef->nRefCount ); in typelib_typedescriptionreference_acquire() 2373 typelib_TypeDescriptionReference * pRef ) in typelib_typedescriptionreference_release() argument 2377 if( reallyWeak( pRef->eTypeClass ) ) in typelib_typedescriptionreference_release() 2379 if( ! ::osl_decrementInterlockedCount( &pRef->nRefCount ) ) in typelib_typedescriptionreference_release() 2385 … WeakMap_Impl::iterator aIt = rInit.pWeakMap->find( (sal_Unicode*)pRef->pTypeName->buffer ); in typelib_typedescriptionreference_release() 2386 if( !(aIt == rInit.pWeakMap->end()) && (*aIt).second == pRef ) in typelib_typedescriptionreference_release() 2393 rtl_uString_release( pRef->pTypeName ); in typelib_typedescriptionreference_release() 2394 OSL_ASSERT( pRef->pType == 0 ); in typelib_typedescriptionreference_release() 2398 delete pRef; in typelib_typedescriptionreference_release() [all …]
|
| H A D | static_types.cxx | 121 typelib_TypeDescriptionReference * pRef = 0; in igetTypeByName() local 122 ::typelib_typedescriptionreference_getByName( &pRef, pTypeName ); in igetTypeByName() 123 if (pRef && pRef->pType && pRef->pType->pWeakRef) // found initialized td in igetTypeByName() 125 return pRef; in igetTypeByName()
|
| /AOO41X/main/sc/source/filter/lotus/ |
| H A D | tool.cxx | 607 ScSingleRefData* pRef = &pFind->aScComplexRefDataRel.Ref1; in FindAbs() local 610 pRef->SetColRel( sal_False ); in FindAbs() 611 pRef->SetRowRel( sal_False ); in FindAbs() 612 pRef->SetTabRel( sal_True ); in FindAbs() 615 pScTokenArray->AddSingleReference( *pRef ); in FindAbs() 618 pRef = &pFind->aScComplexRefDataRel.Ref2; in FindAbs() 619 pRef->SetColRel( sal_False ); in FindAbs() 620 pRef->SetRowRel( sal_False ); in FindAbs() 621 pRef->SetTabRel( sal_True ); in FindAbs()
|
| /AOO41X/main/dbaccess/source/ui/querydesign/ |
| H A D | TableConnection.cxx | 155 TTableWindowData::value_type pRef = GetData()->getReferencingTable(); in GetSourceWin() local 156 OTableWindow* pRet = m_pParent->GetTabWindow( pRef->GetWinName() ); in GetSourceWin() 159 pRet = m_pParent->GetTabWindow( pRef->GetComposedName() ); in GetSourceWin() 166 TTableWindowData::value_type pRef = GetData()->getReferencedTable(); in GetDestWin() local 167 OTableWindow* pRet = m_pParent->GetTabWindow( pRef->GetWinName() ); in GetDestWin() 170 pRet = m_pParent->GetTabWindow( pRef->GetComposedName() ); in GetDestWin()
|
| /AOO41X/main/sw/source/core/layout/ |
| H A D | ftnfrm.cxx | 515 pRef( pCnt ), in SwFtnFrm() 1642 void SwFtnBossFrm::AppendFtn( SwCntntFrm *pRef, SwTxtFtn *pAttr ) in AppendFtn() argument 1645 if ( FindFtn( pRef, pAttr ) ) in AppendFtn() 1783 SwFtnFrm *pNew = new SwFtnFrm( pDoc->GetDfltFrmFmt(), this, pRef, pAttr ); in AppendFtn() 1874 SwFtnFrm *SwFtnBossFrm::FindFtn( const SwCntntFrm *pRef, const SwTxtFtn *pAttr ) in FindFtn() argument 1881 pNd = pRef->GetAttrSet()->GetDoc()-> in FindFtn() 1896 if ( pFtn && pFtn->GetRef() == pRef ) in FindFtn() 1920 void SwFtnBossFrm::RemoveFtn( const SwCntntFrm *pRef, const SwTxtFtn *pAttr, in RemoveFtn() argument 1923 SwFtnFrm *pFtn = FindFtn( pRef, pAttr ); in RemoveFtn() 1933 if( bPrep && pRef->IsFollow() ) in RemoveFtn() [all …]
|
| /AOO41X/main/extensions/workben/ |
| H A D | pythonautotest.cxx | 318 XInvokationRef *pRef = ( XInvokationRef * ) anyList.get(); in checkInvokation() local 319 OSL_ASSERT( (*pRef).is() ); in checkInvokation() 321 OSL_ASSERT( (*pRef)->hasMethod( L"append" ) ); in checkInvokation() 322 OSL_ASSERT( (*pRef)->hasMethod( L"count" ) ); in checkInvokation() 328 any = (*pRef)->invoke( L"count" , seq , Sequence<INT16>(), Sequence<UsrAny>() ); in checkInvokation() 331 any = (*pRef)->invoke( L"append" , seq , Sequence<INT16>(), Sequence<UsrAny>() ); in checkInvokation() 332 any = (*pRef)->invoke( L"count" , seq , Sequence<INT16>(), Sequence<UsrAny>() ); in checkInvokation()
|
| /AOO41X/main/sc/source/ui/drawfunc/ |
| H A D | futext2.cxx | 291 OutputDevice* pRef = pDrDoc->GetRefDevice(); in MakeOutliner() local 292 if (pRef && pRef != pWindow) in MakeOutliner() 293 pRef->SetMapMode( MapMode(MAP_100TH_MM) ); in MakeOutliner()
|
| /AOO41X/main/sw/source/core/inc/ |
| H A D | ftnfrm.hxx | 62 SwCntntFrm *pRef; //In diesem CntntFrm steht die Fussnotenref. member in SwFtnFrm 86 const SwCntntFrm *GetRef() const { return pRef; } in GetRef() 87 SwCntntFrm *GetRef() { return pRef; } in GetRef() 108 void SetRef ( SwCntntFrm *pNew ) { pRef = pNew; } in SetRef()
|
| /AOO41X/main/svx/source/xoutdev/ |
| H A D | xattr2.cxx | 329 const AffineMatrixItem* pRef = dynamic_cast< const AffineMatrixItem* >(&rRef); in operator ==() local 331 if(!pRef) in operator ==() 336 return (maMatrix.m00 == pRef->maMatrix.m00 in operator ==() 337 && maMatrix.m01 == pRef->maMatrix.m01 in operator ==() 338 && maMatrix.m02 == pRef->maMatrix.m02 in operator ==() 339 && maMatrix.m10 == pRef->maMatrix.m10 in operator ==() 340 && maMatrix.m11 == pRef->maMatrix.m11 in operator ==() 341 && maMatrix.m12 == pRef->maMatrix.m12); in operator ==()
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | viewfun7.cxx | 97 OutputDevice* pRef = GetViewData()->GetDocument()->GetDrawLayer()->GetRefDevice(); in PasteDraw() local 98 if (pRef) in PasteDraw() 100 aOldMapMode = pRef->GetMapMode(); in PasteDraw() 101 pRef->SetMapMode( MapMode(MAP_100TH_MM) ); in PasteDraw() 278 if (pRef) in PasteDraw() 279 pRef->SetMapMode( aOldMapMode ); in PasteDraw()
|
| /AOO41X/main/sc/source/filter/dif/ |
| H A D | difimp.cxx | 343 const sal_Unicode* pRef; in GetNextTopic() local 347 pRef = ppKeys[ nCnt ]; in GetNextTopic() 351 if( aLine == pRef ) in GetNextTopic() 359 pRef = ppKeys[ nCnt ]; in GetNextTopic() 360 if( !*pRef ) in GetNextTopic() 365 if( *pRef ) in GetNextTopic()
|
| /AOO41X/main/sc/source/filter/xml/ |
| H A D | XMLExportDataPilot.cxx | 282 const sheet::DataPilotFieldReference* pRef = pDim->GetReferenceValue(); in WriteFieldReference() local 283 if (pRef) in WriteFieldReference() 286 switch (pRef->ReferenceType) in WriteFieldReference() 319 if (pRef->ReferenceField.getLength()) in WriteFieldReference() 320 rExport.AddAttribute(XML_NAMESPACE_TABLE, XML_FIELD_NAME, pRef->ReferenceField); in WriteFieldReference() 322 if (pRef->ReferenceItemType == sheet::DataPilotFieldReferenceItemType::NAMED) in WriteFieldReference() 325 rExport.AddAttribute(XML_NAMESPACE_TABLE, XML_MEMBER_NAME, pRef->ReferenceItemName); in WriteFieldReference() 330 switch(pRef->ReferenceItemType) in WriteFieldReference()
|
| /AOO41X/main/sw/source/core/text/ |
| H A D | inftxt.cxx | 235 const OutputDevice* pRef = rInf.GetRefDev(); in ChkOutDev() local 236 ASSERT( pOut && pRef, "ChkOutDev: invalid output devices" ) in ChkOutDev() 253 pRef(((SwTxtSizeInfo&)rNew).GetRefDev()), in SwTxtSizeInfo() 296 pRef = &pVsh->GetRefDev(); in CtorInitTxtSizeInfo() 311 pRef = pOut; in CtorInitTxtSizeInfo() 322 pRef->SetLayoutMode( TEXT_LAYOUT_BIDI_STRONG | TEXT_LAYOUT_BIDI_RTL ); in CtorInitTxtSizeInfo() 328 pRef->SetLayoutMode( TEXT_LAYOUT_BIDI_STRONG ); in CtorInitTxtSizeInfo() 378 pRef(((SwTxtSizeInfo&)rNew).GetRefDev()), in SwTxtSizeInfo() 509 ASSERT( pRef == pOut, "GetTxtBreak is supposed to use the RefDev" ) in GetTxtBreak() 533 ASSERT( pRef == pOut, "GetTxtBreak is supposed to use the RefDev" ) in GetTxtBreak()
|
| /AOO41X/main/sdext/source/pdfimport/inc/ |
| H A D | pdfparse.hxx | 173 PDFObject* findObject( PDFObjectRef* pRef ) const in findObject() 174 { return findObject( pRef->m_nNumber, pRef->m_nGeneration ); } in findObject()
|
| /AOO41X/main/sw/source/core/fields/ |
| H A D | reffld.cxx | 796 const SwFmtRefMark *pRef = pDoc->GetRefMark( rRefMark ); in FindAnchor() local 797 if( pRef && pRef->GetTxtRefMark() ) in FindAnchor() 799 pTxtNd = (SwTxtNode*)&pRef->GetTxtRefMark()->GetTxtNode(); in FindAnchor() 800 *pStt = *pRef->GetTxtRefMark()->GetStart(); in FindAnchor() 802 *pEnd = *pRef->GetTxtRefMark()->GetAnyEnd(); in FindAnchor()
|
| /AOO41X/main/filter/source/xsltdialog/ |
| H A D | xmlfiltertestdialog.cxx | 236 void XMLFilterTestDialog::updateCurrentDocumentButtonState( Reference< XComponent > * pRef /* = NUL… in updateCurrentDocumentButtonState() argument 238 if( pRef && pRef->is() ) in updateCurrentDocumentButtonState() 240 if( checkComponent( *pRef, mpFilterInfo->maDocumentService ) ) in updateCurrentDocumentButtonState() 241 mxLastFocusModel = *pRef; in updateCurrentDocumentButtonState()
|
| /AOO41X/main/sdext/source/pdfimport/pdfparse/ |
| H A D | pdfentries.cxx | 645 PDFObjectRef* pRef = dynamic_cast<PDFObjectRef*>(it->second); in getDictLength() local 646 if( pRef ) in getDictLength() 653 pObj->m_nNumber == pRef->m_nNumber && in getDictLength() 654 pObj->m_nGeneration == pRef->m_nGeneration ) in getDictLength() 1332 PDFObjectRef* pRef = dynamic_cast<PDFObjectRef*>(enc->second); in impl_getData() local 1333 if( pRef ) in impl_getData() 1335 PDFObject* pObj = findObject( pRef ); in impl_getData()
|