/aoo41x/main/svx/source/unodraw/ |
H A D | gluepts.cxx | 227 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 …]
|
/aoo41x/main/accessibility/source/standard/ |
H A D | vclxaccessiblebox.cxx | 126 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 …]
|
/aoo41x/main/svtools/source/control/ |
H A D | stdmenu.cxx | 66 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 D | ctrlbox.cxx | 682 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 …]
|
/aoo41x/main/rsc/source/misc/ |
H A D | rscdbl.cxx | 45 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 …]
|
/aoo41x/main/framework/source/xml/ |
H A D | imagesdocumenthandler.cxx | 635 ::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 …]
|
/aoo41x/main/tools/source/communi/ |
H A D | parser.cxx | 283 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 …]
|
/aoo41x/main/rsc/source/tools/ |
H A D | rsctree.cxx | 97 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 …]
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | unocpres.cxx | 334 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 …]
|
/aoo41x/main/l10ntools/source/ |
H A D | export.cxx | 1591 if ( !pList ) { in InsertListEntry() 1599 if ( !pList ) { in InsertListEntry() 1607 if ( !pList ) { in InsertListEntry() 1615 if ( !pList ) { in InsertListEntry() 1623 if ( !pList ) { in InsertListEntry() 1951 if ( pList ) { in PrepareTextToMerge() 2323 if ( pList ) in MergeRest() 2379 if ( pList && pList->GetObject( nLIndex )) in MergeRest() 2480 if ( pList ) in MergeRest() 2483 if ( pList && pList->GetObject( nListIndex )) in MergeRest() [all …]
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlExportDocumentHandler.cxx | 71 ::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 …]
|
/aoo41x/main/sfx2/source/bastyp/ |
H A D | fltfnc.cxx | 271 : 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 …]
|
/aoo41x/main/framework/source/fwe/xml/ |
H A D | statusbardocumenthandler.cxx | 523 ::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() 624 …pList->AddAttribute( m_aXMLStatusBarNS + ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_A… in WriteStatusBarItem() [all …]
|
H A D | eventsdocumenthandler.cxx | 430 ::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 D | toolboxdocumenthandler.cxx | 689 ::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() 811 …pList->AddAttribute( m_aXMLToolbarNS + ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( ATTRIBUTE_TEX… in WriteToolBoxItem() [all …]
|
/aoo41x/main/sfx2/source/doc/ |
H A D | Metadatable.cxx | 525 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 …]
|
/aoo41x/main/svtools/source/contnr/ |
H A D | treelist.cxx | 296 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 D | imivctl2.cxx | 46 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 …]
|
/aoo41x/main/rsc/source/res/ |
H A D | rscclobj.cxx | 182 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()
|
/aoo41x/main/autodoc/source/display/html/ |
H A D | html_kit.cxx | 123 : 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()
|
/aoo41x/main/tools/bootstrp/ |
H A D | iserver.cxx | 97 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()
|
/aoo41x/main/editeng/source/misc/ |
H A D | svxacorr.cxx | 1909 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 …]
|
/aoo41x/main/vcl/source/window/ |
H A D | accel.cxx | 59 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 …]
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewsrch.cxx | 153 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 …]
|
/aoo41x/main/svx/source/mnuctrls/ |
H A D | fntszctl.cxx | 128 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()
|