/trunk/main/svl/source/config/ |
H A D | asiancfg.cxx | 132 SvxForbiddenStruct_ImplPtr pInsert = new SvxForbiddenStruct_Impl; in Load() local 133 pInsert->aLocale.Language = pNodes[nNode].copy(0, 2); in Load() 135 pInsert->aLocale.Country = pNodes[nNode].copy(3, 2); in Load() 137 pNodeValues[nName++] >>= pInsert->sStartChars; in Load() 138 pNodeValues[nName++] >>= pInsert->sEndChars; in Load() 139 pImpl->aForbiddenArr.Insert(pInsert, pImpl->aForbiddenArr.Count()); in Load() 276 SvxForbiddenStruct_ImplPtr pInsert = new SvxForbiddenStruct_Impl; in SetStartEndChars() local 277 pInsert->aLocale = rLocale; in SetStartEndChars() 278 pInsert->sStartChars = *pStartChars; in SetStartEndChars() 279 pInsert->sEndChars = *pEndChars; in SetStartEndChars() [all …]
|
H A D | srchcfg.cxx | 264 SvxSearchEngineDataPtr pInsert = new SvxSearchEngineData(rData); in SetData() local 265 pImpl->aEngineArr.Insert(pInsert, pImpl->aEngineArr.Count()); in SetData()
|
/trunk/main/svtools/source/config/ |
H A D | fontsubstconfig.cxx | 102 SubstitutionStructPtr pInsert = new SubstitutionStruct; in SvtFontSubstConfig() local 103 pNodeValues[nName++] >>= pInsert->sFont; in SvtFontSubstConfig() 104 pNodeValues[nName++] >>= pInsert->sReplaceBy; in SvtFontSubstConfig() 105 pInsert->bReplaceAlways = *(sal_Bool*)pNodeValues[nName++].getValue(); in SvtFontSubstConfig() 106 pInsert->bReplaceOnScreenOnly = *(sal_Bool*)pNodeValues[nName++].getValue(); in SvtFontSubstConfig() 107 pImpl->aSubstArr.Insert(pInsert, pImpl->aSubstArr.Count()); in SvtFontSubstConfig() 196 SubstitutionStructPtr pInsert = new SubstitutionStruct(rToAdd); in AddSubstitution() local 197 pImpl->aSubstArr.Insert(pInsert, pImpl->aSubstArr.Count()); in AddSubstitution()
|
/trunk/main/cui/source/dialogs/ |
H A D | commonlingui.cxx | 159 Window* pInsert = &_rFirstGroupWindow; in InsertControlGroup() local 167 while ( pInsert && ( pInsertBehind != pLoopEnd ) ) in InsertControlGroup() 170 …DBG_ASSERT( pInsert->GetWindow( WINDOW_BORDER ), "SvxCommonLinguisticControl::InsertControlGroup: … in InsertControlGroup() 171 Window* pNextInsert = pInsert->GetWindow( WINDOW_BORDER )->GetWindow( WINDOW_NEXT ); in InsertControlGroup() 173 pInsert->SetZOrder( pInsertBehind, WINDOW_ZORDER_BEHIND ); in InsertControlGroup() 175 pInsertBehind = pInsert; in InsertControlGroup() 176 pInsert = pNextInsert; in InsertControlGroup()
|
/trunk/main/sc/source/filter/lotus/ |
H A D | tool.cxx | 541 register ENTRY* pInsert = new ENTRY( rOrgName, aScName, rCRD ); in Add() local 543 List::Insert( pInsert, CONTAINER_APPEND ); in Add() 553 pInsert->bSingleRef = sal_True; in Add() 558 pInsert->bSingleRef = sal_False; in Add() 563 pInsert->nRelInd = nIntCount; in Add()
|
/trunk/main/sw/source/core/unocore/ |
H A D | unoevtlstnr.cxx | 69 uno::Reference< lang::XEventListener > * pInsert = new uno::Reference< lang::XEventListener > ; in AddListener() local 70 *pInsert = rxListener; in AddListener() 71 pListenerArr->Insert(pInsert, pListenerArr->Count()); in AddListener()
|
H A D | unofield.cxx | 775 SwXTextField * pInsert = SwXTextField::CreateSwXTextField(*GetDoc(), *pFld); in SV_IMPL_PTRARR() local 777 pRetSeq[i] = uno::Reference<text::XDependentTextField>(pInsert); in SV_IMPL_PTRARR()
|
/trunk/main/sc/source/core/data/ |
H A D | documen4.cxx | 574 ScConditionalFormat* pInsert = rNew.Clone(this); in AddCondFormat() local 575 pInsert->SetKey( nNewKey ); in AddCondFormat() 576 pCondFormList->InsertNew( pInsert ); in AddCondFormat() 603 ScValidationData* pInsert = rNew.Clone(this); in AddValidationEntry() local 604 pInsert->SetKey( nNewKey ); in AddValidationEntry() 605 pValidationList->InsertNew( pInsert ); in AddValidationEntry()
|
/trunk/main/sal/osl/unx/ |
H A D | thread.c | 624 HashEntry *pEntry, *pInsert = NULL; in insertThreadId() local 635 pInsert = pEntry; in insertThreadId() 652 if (pInsert) in insertThreadId() 653 pInsert->Next = pEntry; in insertThreadId()
|
/trunk/main/vcl/aqua/source/window/ |
H A D | salframeview.mm | 994 NSString* pInsert = nil; 996 pInsert = [aString string]; 998 pInsert = aString; 1001 if( pInsert && ( nLen = [pInsert length] ) > 0 ) 1003 OUString aInsertString( GetOUString( pInsert ) );
|
/trunk/main/writerfilter/source/dmapper/ |
H A D | DomainMapper_Impl.cxx | 265 PropertyMapPtr pInsert; in PushProperties() local 271 pInsert.reset(pSectionContext); in PushProperties() 274 pInsert.reset(new ParagraphPropertyMap); in PushProperties() 277 pInsert.reset(new PropertyMap); in PushProperties() 287 SectionPropertyMap* pSectionContext_ = dynamic_cast< SectionPropertyMap* >( pInsert.get() ); in PushProperties() 292 m_aPropertyStacks[eId].push( pInsert ); in PushProperties()
|
/trunk/main/sw/source/ui/uno/ |
H A D | unotxvw.cxx | 640 …uno::Reference< view::XSelectionChangeListener > * pInsert = new uno::Reference< view::XSelectionC… in addSelectionChangeListener() local 641 *pInsert = rxListener; in addSelectionChangeListener() 642 aSelChangedListeners.Insert(pInsert, aSelChangedListeners.Count()); in addSelectionChangeListener()
|
/trunk/main/sw/source/ui/dbui/ |
H A D | dbmgr.cxx | 377 SwDSParam* pInsert = new SwDSParam(*pImpl->pMergeData); in MergeNew() local 378 aDataSourceParams.Insert(pInsert, aDataSourceParams.Count()); in MergeNew() 381 uno::Reference<XComponent> xComponent(pInsert->xConnection, UNO_QUERY); in MergeNew()
|