Home
last modified time | relevance | path

Searched refs:pList (Results 1 – 25 of 238) sorted by relevance

12345678910

/trunk/main/svx/source/unodraw/
H A Dgluepts.cxx227 if( pList ) in insert()
259 const sal_uInt16 nCount = pList ? pList->GetCount() : 0; in removeByIdentifier()
266 pList->Delete( i ); in removeByIdentifier()
292 const sal_uInt16 nCount = pList ? pList->GetCount() : 0; in replaceByIdentifer()
333 const sal_uInt16 nCount = pList ? pList->GetCount() : 0; in getByIdentifier()
360 const sal_uInt16 nCount = pList ? pList->GetCount() : 0; in getIdentifiers()
392 if( pList ) in insertByIndex()
422 if( pList ) in removeByIndex()
454 if( pList && Index < pList->GetCount() ) in replaceByIndex()
482 if( pList ) in getCount()
[all …]
/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblebox.cxx126 if ( pList == NULL ) in ProcessWindowEvent()
131 if ( pList != NULL ) in ProcessWindowEvent()
149 if ( pList == NULL ) in ProcessWindowEvent()
154 if ( pList != NULL ) in ProcessWindowEvent()
157 pList->HandleDropOpen(); in ProcessWindowEvent()
164 if ( pList == NULL ) in ProcessWindowEvent()
169 if ( pList != NULL ) in ProcessWindowEvent()
220 if ( pList == NULL ) in ProcessWindowEvent()
225 if ( pList != NULL ) in ProcessWindowEvent()
358 m_xList = pList; in getAccessibleChild()
[all …]
/trunk/main/svtools/source/control/
H A Dstdmenu.cxx66 void FontNameMenu::Fill( const FontList* pList ) in Fill() argument
194 sal_Handle hFontInfo = pList->GetFirstFontInfo( rName ); in Fill()
211 aInfo = pList->GetFontInfo( hFontInfo ); in Fill()
245 aStyleText = pList->GetStyleName( aInfo ); in Fill()
249 aStyleText = pList->GetStyleName( eWeight, eItalic ); in Fill()
281 hFontInfo = pList->GetNextFontInfo( hFontInfo ); in Fill()
297 InsertItem( nId, pList->GetItalicStr(), in Fill()
304 InsertItem( nId, pList->GetBoldStr(), in Fill()
314 InsertItem( nId, pList->GetBoldItalicStr(), in Fill()
423 const long* pAry = pList->GetSizeAry( rInfo ); in Fill()
[all …]
H A Dctrlbox.cxx682 void FontNameBox::Fill( const FontList* pList ) in Fill() argument
1088 InsertEntry( pList->GetBoldStr() ); in Fill()
1111 InsertEntry( pList->GetNormalStr() ); in Fill()
1112 InsertEntry( pList->GetItalicStr() ); in Fill()
1113 InsertEntry( pList->GetBoldStr() ); in Fill()
1114 InsertEntry( pList->GetBoldItalicStr() ); in Fill()
1246 pFontList = pList; in Fill()
1259 pAry = pList->GetSizeAry( *pInfo ); in Fill()
1263 pAry = pList->GetStdSizeAry(); in Fill()
1268 if ( pAry == pList->GetStdSizeAry() ) in Fill()
[all …]
/trunk/main/rsc/source/misc/
H A Drscdbl.cxx45 REResourceList * pList ){ in InsertList() argument
56 pSubList = new REResourceList( pList, aStrClass, rId ); in InsertList()
58 pList->Insert( pSubList, 0xFFFFFFFF ); in InsertList()
74 aInfo.aId, pList ); in FillSubList()
80 REResourceList * pList, sal_uLong lFileKey ) in FillListObj() argument
88 pList, lFileKey ); in FillListObj()
91 pObjNode->GetRscId(), pList ); in FillListObj()
98 pList, lFileKey ); in FillListObj()
105 FillList( (RscTop*)pRscTop->Left(), pList, lFileKey ); in FillList()
109 FillList( (RscTop*)pRscTop->Right(), pList, lFileKey ); in FillList()
[all …]
/trunk/main/framework/source/xml/
H A Dimagesdocumenthandler.cxx635 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in OWriteImagesDocumentHandler()
663 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in WriteImagesDocument()
664 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteImagesDocument()
706 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in WriteImageList()
707 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteImageList()
710 pList->AddAttribute( m_aAttributeXlinkType, in WriteImageList()
776 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in WriteImage()
777 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteImage()
814 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in WriteExternalImage()
815 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteExternalImage()
[all …]
/trunk/main/tools/source/communi/
H A Dparser.cxx283 pList = pExistingList; in Execute()
292 ReadKey( pList ); in Execute()
295 return pList; in Execute()
330 pList = pExistingList; in Execute()
346 delete pList; in Execute()
347 pList = NULL; in Execute()
355 return pList; in Execute()
368 pList = pExistingList; in Execute()
380 delete pList; in Execute()
389 pList, pSubList ); in Execute()
[all …]
/trunk/main/l10ntools/source/
H A Dexport.cxx1581 if ( !pList ) { in InsertListEntry()
1589 if ( !pList ) { in InsertListEntry()
1597 if ( !pList ) { in InsertListEntry()
1605 if ( !pList ) { in InsertListEntry()
1613 if ( !pList ) { in InsertListEntry()
1941 if ( pList ) { in PrepareTextToMerge()
2313 if ( pList ) in MergeRest()
2369 if ( pList && pList->GetObject( nLIndex )) in MergeRest()
2470 if ( pList ) in MergeRest()
2473 if ( pList && pList->GetObject( nListIndex )) in MergeRest()
[all …]
/trunk/main/rsc/source/tools/
H A Drsctree.cxx97 if( pList ){ in ChangeDLListBTree()
99 pList = pList->Left(); in ChangeDLListBTree()
100 pTmp = pList; in ChangeDLListBTree()
103 pMiddle = pList; in ChangeDLListBTree()
108 pList = (BiNode *)0; in ChangeDLListBTree()
122 return( pList ); in ChangeDLListBTree()
135 BiNode * pList; in ChangeBTreeDLList() local
140 pRight = pList; in ChangeBTreeDLList()
141 pList->pLeft = this; in ChangeBTreeDLList()
143 pList = this; in ChangeBTreeDLList()
[all …]
/trunk/main/sd/source/ui/unoidl/
H A Dunocpres.cxx334 List* pList = 0; in insertByName() local
339 if( NULL == pList) in insertByName()
377 pList->Insert(pShow); in insertByName()
389 List* pList = GetCustomShowList(); in removeByName() local
390 if(pList && pShow) in removeByName()
433 List* pList = GetCustomShowList(); in getElementNames() local
434 const sal_uInt32 nCount = pList?pList->Count():0; in getElementNames()
470 List* pList = GetCustomShowList(); in hasElements() local
471 return pList && pList->Count() > 0; in hasElements()
478 List* pList = GetCustomShowList(); in getSdCustomShow() local
[all …]
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExportDocumentHandler.cxx71 ::rtl::OUString sCellAddress = pList->getValueByName(_sName); in lcl_correctCellAddress()
77 pList->RemoveAttribute(_sName); in lcl_correctCellAddress()
78 pList->AddAttribute(_sName,sCellAddress); in lcl_correctCellAddress()
159 SvXMLAttributeList* pList = new SvXMLAttributeList(); in startElement() local
160 uno::Reference< xml::sax::XAttributeList > xNewAttribs = pList; in startElement()
191 pList = new SvXMLAttributeList(); in startElement()
192 uno::Reference< xml::sax::XAttributeList > xNullAttr = pList; in startElement()
243 pList->RemoveAttribute(s_sValue); in startElement()
424 SvXMLAttributeList* pList = new SvXMLAttributeList(); in exportTableRows() local
425 uno::Reference< xml::sax::XAttributeList > xAttribs = pList; in exportTableRows()
[all …]
/trunk/main/sfx2/source/bastyp/
H A Dfltfnc.cxx271 : pList(0) in SfxFilterMatcher_Impl()
318 if ( pList ) in Update()
321 pList->Clear(); in Update()
326 pList->Insert( pFilter, LIST_APPEND ); in Update()
333 if ( pList ) in InitForIterating()
647 if ( pImpl->pList ) in GetFilter4Mime()
669 if ( pImpl->pList ) in GetFilter4EA()
699 if ( pImpl->pList ) in GetFilter4Extension()
812 SfxFilterList_Impl* pList = pImpl->pList; in GetFilter4FilterName() local
813 if ( !pList ) in GetFilter4FilterName()
[all …]
/trunk/main/framework/source/fwe/xml/
H A Dstatusbardocumenthandler.cxx523 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in OWriteStatusBarDocumentHandler()
524 m_xEmptyList = Reference< XAttributeList >( (XAttributeList *) pList, UNO_QUERY ); in OWriteStatusBarDocumentHandler()
549 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in WriteStatusBarDocument()
550 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteStatusBarDocument()
552 pList->AddAttribute( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_XMLNS_STATUSBAR )), in WriteStatusBarDocument()
556 pList->AddAttribute( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_XMLNS_XLINK )), in WriteStatusBarDocument()
609 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in WriteStatusBarItem()
610 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteStatusBarItem()
619 pList->AddAttribute( m_aAttributeURL, m_aAttributeType, rCommandURL ); in WriteStatusBarItem()
624pList->AddAttribute( m_aXMLStatusBarNS + ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_A… in WriteStatusBarItem()
[all …]
H A Deventsdocumenthandler.cxx430 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in OWriteEventsDocumentHandler()
431 m_xEmptyList = Reference< XAttributeList >( (XAttributeList *) pList, UNO_QUERY ); in OWriteEventsDocumentHandler()
456 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in WriteEventsDocument()
457 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteEventsDocument()
493 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in WriteEvent()
494 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteEvent()
512 pList->AddAttribute( m_aAttributeName, m_aAttributeType, aEventName ); in WriteEvent()
523 pList->AddAttribute( m_aAttributeLanguage, m_aAttributeType, aValue ); in WriteEvent()
526 pList->AddAttribute( m_aAttributeMacroName, m_aAttributeType, aValue ); in WriteEvent()
529 pList->AddAttribute( m_aAttributeLibrary, m_aAttributeType, aValue ); in WriteEvent()
[all …]
H A Dtoolboxdocumenthandler.cxx689 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in OWriteToolBoxDocumentHandler()
690 m_xEmptyList = Reference< XAttributeList >( (XAttributeList *) pList, UNO_QUERY ); in OWriteToolBoxDocumentHandler()
728 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in WriteToolBoxDocument()
729 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteToolBoxDocument()
731 pList->AddAttribute( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_XMLNS_TOOLBAR )), in WriteToolBoxDocument()
735 pList->AddAttribute( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_XMLNS_XLINK )), in WriteToolBoxDocument()
797 ::comphelper::AttributeList* pList = new ::comphelper::AttributeList; in WriteToolBoxItem()
798 Reference< XAttributeList > xList( (XAttributeList *) pList , UNO_QUERY ); in WriteToolBoxItem()
807 pList->AddAttribute( m_aAttributeURL, m_aAttributeType, rCommandURL ); in WriteToolBoxItem()
811pList->AddAttribute( m_aXMLToolbarNS + ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_TEX… in WriteToolBoxItem()
[all …]
/trunk/main/sfx2/source/doc/
H A DMetadatable.cxx525 if (pList) in LookupElement()
528 ::std::find_if(pList->begin(), pList->end(), in LookupElement()
536 if (iter != pList->end()) in LookupElement()
577 if (pList) in TryInsertMetadatable()
579 if (pList->empty()) in TryInsertMetadatable()
589 if ( pList->end() == ::std::find_if(pList->begin(), pList->end(), in TryInsertMetadatable()
825 OSL_ENSURE( ::std::find( pList->begin(), pList->end(), &i_rCopy ) in RegisterCopy()
828 ::std::find( pList->begin(), pList->end(), &i_rSource ) ); in RegisterCopy()
830 if (srcpos == pList->end()) in RegisterCopy()
836 pList->insert( srcpos, &i_rCopy ); in RegisterCopy()
[all …]
/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx296 if ( !pList ) in IsChild()
1251 if ( !pList ) in Insert()
1254 pList = new SvTreeEntryList; in Insert()
1255 pParent->pChilds = pList; in Insert()
1264 pList->Insert( pEntry, nPos ); in Insert()
1267 SetListPositions( pList ); in Insert()
1463 pList->Remove( nListPos ); in Remove()
1474 if ( pList->Count() == 0 ) in Remove()
1477 delete pList; in Remove()
1482 SetListPositions( pList ); in Remove()
[all …]
H A Dimivctl2.cxx46 sal_uInt16 IcnCursor_Impl::GetSortListPos( SvPtrarr* pList, long nValue, in GetSortListPos() argument
49 sal_uInt16 nCount = (sal_uInt16)pList->Count(); in GetSortListPos()
58 pView->GetEntryBoundRect((SvxIconChoiceCtrlEntry*)(pList->GetObject(nCurPos))); in GetSortListPos()
70 return pList->Count(); in GetSortListPos()
130 SvPtrarr* pList = &(pColumns[ nCol ]); in SearchCol() local
131 const sal_uInt16 nCount = pList->Count(); in SearchCol()
139 sal_uInt16 nListPos = pList->GetPos( pCurEntry ); in SearchCol()
180 SvxIconChoiceCtrlEntry* pEntry = (SvxIconChoiceCtrlEntry*)(pList->GetObject( nCur )); in SearchCol()
205 SvPtrarr* pList = &(pRows[ nRow ]); in SearchRow() local
206 const sal_uInt16 nCount = pList->Count(); in SearchRow()
[all …]
/trunk/main/editeng/source/misc/
H A Dsvxacorr.cxx1909 pList->Seek_Entry( &sAbk, &nPos ); in lcl_FindAbbreviation()
1910 if( nPos < pList->Count() ) in lcl_FindAbbreviation()
1915 n < pList->Count() && in lcl_FindAbbreviation()
1916 '~' == ( pAbk = (*pList)[ n ])->GetChar( 0 ); in lcl_FindAbbreviation()
1956 : pList->Seek_Entry( &sTemp ) ) in FindInCplSttExceptList()
1973 : pList->Seek_Entry( &sTemp ) ) in FindInCplSttExceptList()
1982 : pList->Seek_Entry( &sTemp ) ) in FindInCplSttExceptList()
2292 if( pAutocorr_List && pList != pAutocorr_List ) in SetAutocorrWordList()
2294 pAutocorr_List = pList; in SetAutocorrWordList()
2408 pCplStt_ExcptLst = pList; in SetCplSttExceptList()
[all …]
/trunk/main/rsc/source/res/
H A Drscclobj.cxx182 sal_Bool ObjNode::IsConsistent( RscInconsList * pList ) in IsConsistent() argument
189 if( pList ) in IsConsistent()
190 pList->Insert( new RscInconsistent( aRscId, aRscId ) ); in IsConsistent()
196 if( !((ObjNode *)Left())->IsConsistent( pList ) ) in IsConsistent()
201 if( pList ) in IsConsistent()
202 pList->Insert( in IsConsistent()
212 if( pList ) in IsConsistent()
213 pList->Insert( in IsConsistent()
217 if( !((ObjNode *)Right())->IsConsistent( pList ) ) in IsConsistent()
/trunk/main/autodoc/source/display/html/
H A Dhtml_kit.cxx123 : pList( new DefList), in ExplanationList()
129 *pList << new ClassAttr("member"); in ExplanationList()
131 o_rOwner << pList; in ExplanationList()
138 DefListTerm & rNewTerm = pList->AddTerm(); in AddEntry()
151 pDefinition = &pList->AddDefinition(); in AddEntry()
160 pDefinition = &pList->AddDefinition(); in AddEntry_NoTerm()
281 : pList( new DefList ), in IndexList()
285 o_rOwner << pList; in IndexList()
291 pTerm = &pList->AddTerm(); in AddEntry()
292 pDefinition = &pList->AddDefinition(); in AddEntry()
/trunk/main/tools/bootstrp/
H A Diserver.cxx97 GenericInformationList *pList = aParser.Execute( s ); in main() local
98 if ( !pList ) in main()
102 GenericInformation *pInfo = pList->GetInfo( sInfo, sal_True ); in main()
109 GenericInformationList *pList = pInfo->GetSubList(); in main() local
110 if ( pList ) { in main()
112 for( sal_uIntPtr i = 0; i < pList->Count(); i++ ) { in main()
113 GenericInformation *pInfo = pList->GetObject( i ); in main()
125 for( sal_uIntPtr i = 0; i < pList->Count(); i++ ) { in main()
126 GenericInformation *pInfo = pList->GetObject( i ); in main()
/trunk/main/vcl/source/window/
H A Daccel.cxx59 sal_uInt16 ImplAccelEntryGetIndex( ImplAccelList* pList, sal_uInt16 nId, in DBG_NAME()
65 sal_uLong nCount = pList->Count(); in DBG_NAME()
69 if ( !nCount || (nId < pList->GetObject( 0 )->mnId) ) in DBG_NAME()
82 nCompareId = pList->GetObject( nMid )->mnId; in DBG_NAME()
118 ImplAccelEntry* pTempEntry = pList->GetObject( nIndex ); in ImplAccelEntryInsert()
122 while ( nIndex < pList->Count() ); in ImplAccelEntryInsert()
124 pList->Insert( pEntry, (sal_uLong)nIndex ); in ImplAccelEntryInsert()
127 pList->Insert( pEntry, (sal_uLong)nInsIndex ); in ImplAccelEntryInsert()
134 sal_uInt16 nIndex = ImplAccelEntryGetIndex( pList, nId ); in ImplAccelEntryGetFirstPos()
140 if ( pList->GetObject( nIndex )->mnId != nId ) in ImplAccelEntryGetFirstPos()
[all …]
/trunk/main/sw/source/ui/uiview/
H A Dviewsrch.cxx153 const SearchAttrItemList* pList = pSrchDlg->GetSearchItemList(); in ExecSearch() local
154 if( pList && pList->Count() ) in ExecSearch()
155 pSrchList = new SearchAttrItemList( *pList ); in ExecSearch()
157 if( 0 != (pList = pSrchDlg->GetReplaceItemList() ) && in ExecSearch()
158 pList->Count() ) in ExecSearch()
159 pReplList = new SearchAttrItemList( *pList ); in ExecSearch()
184 if( pList && pList->Count() ) in ExecSearch()
185 pSrchList = new SearchAttrItemList( *pList ); in ExecSearch()
187 if( 0 != (pList = pSrchDlg->GetReplaceItemList() ) && in ExecSearch()
188 pList->Count() ) in ExecSearch()
[all …]
/trunk/main/svx/source/mnuctrls/
H A Dfntszctl.cxx128 const FontList* pList = pFonts ? pFonts->GetFontList(): 0; in StateChanged() local
130 if ( pList ) in StateChanged()
132 FontInfo aFntInf = pList->Get( pItem->GetFamilyName(), in StateChanged()
134 pMenu->Fill( aFntInf, pList ); in StateChanged()
151 const FontList* pList = pFonts ? pFonts->GetFontList(): NULL; in StateChanged() local
152 if ( pList ) in StateChanged()
153 pMenu->Fill( pList->GetFontName(0), pList ); in StateChanged()

Completed in 184 milliseconds

12345678910