Home
last modified time | relevance | path

Searched refs:pMap (Results 1 – 25 of 111) sorted by path

12345

/trunk/main/canvas/inc/canvas/
H A Dcanvastools.hxx548 ValueMap( const MapEntry* pMap, in ValueMap() argument
551 mpMap( pMap ), in ValueMap()
558 const ::rtl::OString aStr( pMap->maKey ); in ValueMap()
563 pMap->maKey); in ValueMap()
569 for( ::std::size_t i=0; i<mnEntries-1; ++i, ++pMap ) in ValueMap()
571 if( !mapComparator(pMap[0], pMap[1]) && in ValueMap()
572 mapComparator(pMap[1], pMap[0]) ) in ValueMap()
575 pMap[0].maKey, in ValueMap()
576 pMap[1].maKey); in ValueMap()
581 const ::rtl::OString aStr2( pMap[1].maKey ); in ValueMap()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A DChainablePropertySetInfo.hxx53 ChainablePropertySetInfo( PropertyInfo * pMap )
59 void add( PropertyInfo* pMap, sal_Int32 nCount = -1 )
H A DMasterPropertySetInfo.hxx45 MasterPropertySetInfo( PropertyInfo * pMap )
49 void add( PropertyInfo* pMap, sal_Int32 nCount = -1, sal_uInt8 nMapId = 0 )
H A Dpropertysetinfo.hxx64 PropertySetInfo( PropertyMapEntry* pMap ) throw();
75 void add( PropertyMapEntry* pMap ) throw();
84 void add( PropertyMapEntry* pMap, sal_Int32 nCount ) throw();
/trunk/main/comphelper/source/property/
H A DChainablePropertySetInfo.cxx48 ChainablePropertySetInfo::ChainablePropertySetInfo( PropertyInfo* pMap ) in ChainablePropertySetInfo() argument
51 add ( pMap ); in ChainablePropertySetInfo()
59 void ChainablePropertySetInfo::add( PropertyInfo* pMap, sal_Int32 nCount ) in add() argument
68 while( pMap->mpName && ( ( nCount < 0) || ( nCount-- > 0 ) ) ) in add()
70 OUString aName( pMap->mpName, pMap->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in add()
77 maMap[aName] = pMap++; in add()
H A DMasterPropertySetInfo.cxx50 MasterPropertySetInfo::MasterPropertySetInfo( PropertyInfo* pMap ) in MasterPropertySetInfo() argument
53 add ( pMap ); in MasterPropertySetInfo()
67 void MasterPropertySetInfo::add( PropertyInfo* pMap, sal_Int32 nCount, sal_uInt8 nMapId ) in add() argument
76 for ( ; pMap->mpName && ( ( nCount < 0 ) || ( nCount > 0 ) ); --nCount, ++pMap ) in add()
78 OUString aName( pMap->mpName, pMap->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in add()
85 maMap[aName] = new PropertyData ( nMapId, pMap ); in add()
H A Dpropertysetinfo.cxx44 void add( PropertyMapEntry* pMap, sal_Int32 nCount = -1 ) throw();
74 while( pMap->mpName && ( ( nCount < 0) || ( nCount-- > 0 ) ) ) in add()
76 OUString aName( pMap->mpName, pMap->mnNameLen, RTL_TEXTENCODING_ASCII_US ); in add()
85 if( NULL == pMap->mpType ) in add()
88 pMap->mpType = &::getCppuType((const sal_Int32*)0); in add()
91 maPropertyMap[aName] = pMap; in add()
96 pMap = &pMap[1]; in add()
169 mpMap->add( pMap ); in PropertySetInfo()
177 void PropertySetInfo::add( PropertyMapEntry* pMap ) throw() in add() argument
179 mpMap->add( pMap ); in add()
[all …]
/trunk/main/cppuhelper/source/
H A Dinterfacecontainer.cxx392 delete pMap; in ~OMultiTypeInterfaceContainerHelper()
401 nSize = pMap->size(); in getContainedTypes()
449 if( iter != pMap->end() ) in getContainer()
460 if( iter == pMap->end() ) in addInterface()
479 if( iter != pMap->end() ) in removeInterface()
493 nSize = pMap->size(); in disposeAndClear()
583 delete pMap; in ~OMultiTypeInterfaceContainerHelperInt32()
592 nSize = pMap ? pMap->size() : 0; in getContainedTypes()
627 if( iter != pMap->end() ) in getContainer()
661 if( iter != pMap->end() ) in removeInterface()
[all …]
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx2294 SvxCharacterMap* pMap = new SvxCharacterMap( this, sal_True ); in IMPL_LINK() local
2295 pMap->SetCharFont( OutputDevice::GetDefaultFont(DEFAULTFONT_LATIN_TEXT, in IMPL_LINK()
2297 pMap->SetText(nMode < SGL_END ? sStartQuoteDlg : sEndQuoteDlg ); in IMPL_LINK()
2330 pMap->SetChar( cDlg ); in IMPL_LINK()
2331 pMap->DisableFontSelection(); in IMPL_LINK()
2332 if(pMap->Execute() == RET_OK) in IMPL_LINK()
2334 sal_UCS4 cNewChar = pMap->GetChar(); in IMPL_LINK()
2355 delete pMap; in IMPL_LINK()
H A Dnumpages.cxx2383 SvxCharacterMap* pMap = new SvxCharacterMap( this, sal_True ); in IMPL_LINK() local
2413 pMap->SetCharFont(*pFmtFont); in IMPL_LINK()
2415 pMap->SetCharFont(aActBulletFont); in IMPL_LINK()
2417 pMap->SetChar( cBullet ); in IMPL_LINK()
2418 if(pMap->Execute() == RET_OK) in IMPL_LINK()
2421 aActBulletFont = pMap->GetCharFont(); in IMPL_LINK()
2430 aNumFmt.SetBulletChar( (sal_Unicode) pMap->GetChar() ); in IMPL_LINK()
2438 delete pMap; in IMPL_LINK()
H A Dswpossizetabpage.cxx368 if ( pMap ) in lcl_GetFrmMapCount()
379 if ( pMap == aVPageMap ) in lcl_GetFrmMapCount()
385 if ( pMap == aVParaMap ) in lcl_GetFrmMapCount()
387 if ( pMap == aHParaMap ) in lcl_GetFrmMapCount()
394 if ( pMap == aHCharMap ) in lcl_GetFrmMapCount()
400 if ( pMap == aVCharMap ) in lcl_GetFrmMapCount()
1409 if (pMap == aVAsCharHtmlMap || pMap == aVAsCharMap || in GetAlignment()
1410 pMap == aVCharMap ) in GetAlignment()
1432 else if (pMap) in GetAlignment()
1447 if (pMap == aVAsCharHtmlMap || pMap == aVAsCharMap) in GetMapPos()
[all …]
H A Dswpossizetabpage.hxx125 sal_uInt16 GetMapPos(FrmMap *pMap, ListBox &rAlignLB);
126 …short GetAlignment(FrmMap *pMap, sal_uInt16 nMapPos, ListBox &rAlignLB, ListBox &rRelati…
127 short GetRelation(FrmMap *pMap, ListBox &rRelationLB);
129 …sal_uLong FillRelLB(FrmMap *pMap, sal_uInt16 nLBSelPos, sal_uInt16 nAlign, sal_uInt16 nR…
130 …sal_uInt16 FillPosLB(FrmMap *pMap, sal_uInt16 nAlign, const sal_uInt16 _nRel, ListBox &rL…
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx1539 const OTypeInfoMap* pMap = getTypeInfo(); in DisplayData() local
1540 …OTypeInfoMap::const_iterator aIter = pMap->find(pFieldType.get() ? pFieldDescr->getTypeInfo()->nTy… in DisplayData()
1541 if(aIter == pMap->end() && !pMap->empty()) in DisplayData()
1543 aIter = pMap->begin(); in DisplayData()
1553 if ( aIter != pMap->end() ) in DisplayData()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx763 OTableWindowMap* pMap = GetTabWinMap(); in createNewConnection() local
764 …OQueryTableWindow* pSourceWin = static_cast< OQueryTableWindow*>((*pMap)[pData->getReferencingTabl… in createNewConnection()
765 …OQueryTableWindow* pDestWin = static_cast< OQueryTableWindow*>((*pMap)[pData->getReferencedTable(… in createNewConnection()
H A DTableWindowAccess.cxx181 OJoinTableView::OTableWindowMap* pMap = m_pTable->getTableView()->GetTabWinMap(); in getAccessibleIndexInParent() local
182 OJoinTableView::OTableWindowMap::iterator aIter = pMap->begin(); in getAccessibleIndexInParent()
183 OJoinTableView::OTableWindowMap::iterator aEnd = pMap->end(); in getAccessibleIndexInParent()
/trunk/main/editeng/inc/editeng/
H A Dunoipset.hxx49 …SvxItemPropertySet( const SfxItemPropertyMapEntry *pMap, SfxItemPool& rPool, sal_Bool bConvertTwip…
53 …::com::sun::star::uno::Any getPropertyValue( const SfxItemPropertySimpleEntry* pMap, const SfxItem…
54 …void setPropertyValue( const SfxItemPropertySimpleEntry* pMap, const ::com::sun::star::uno::Any& r…
57 ::com::sun::star::uno::Any getPropertyValue( const SfxItemPropertySimpleEntry* pMap ) const;
58 …void setPropertyValue( const SfxItemPropertySimpleEntry* pMap, const ::com::sun::star::uno::Any& r…
70 …om::sun::star::beans::XPropertySetInfo > getPropertySetInfo( const SfxItemPropertyMapEntry* pMap );
H A Dunotext.hxx271 …opertyState SAL_CALL _getPropertyState( const SfxItemPropertySimpleEntry* pMap, sal_Int32 nPara = …
275 …ePropertyStates(const SfxItemSet* pSet, const SfxItemPropertySimpleEntry* pMap, ::com::sun::star::…
278 …oDefault( SvxTextForwarder* pForwarder, const SfxItemPropertySimpleEntry* pMap, sal_Int32 nPara ) …
281 …virtual void getPropertyValue( const SfxItemPropertySimpleEntry* pMap, com::sun::star::uno::Any& r…
282 …virtual void setPropertyValue( const SfxItemPropertySimpleEntry* pMap, const com::sun::star::uno::…
306 …ValueHelper( const SfxItemSet& rOldSet, const SfxItemPropertySimpleEntry* pMap, const ::com::sun::…
307 …PropertyValueHelper( SfxItemSet& rSet, const SfxItemPropertySimpleEntry* pMap, ::com::sun::star::…
/trunk/main/editeng/source/uno/
H A Dunofield.cxx673 … const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMap()->getByName( aPropertyName ); in setPropertyValue() local
674 if ( !pMap ) in setPropertyValue()
677 switch( pMap->nWID ) in setPropertyValue()
842 const SfxItemPropertySimpleEntry* pMap = mpPropSet->getPropertyMap()->getByName( PropertyName ); in getPropertyValue() local
843 if ( !pMap ) in getPropertyValue()
846 switch( pMap->nWID ) in getPropertyValue()
H A Dunoipset.cxx45 size_t operator()(const SfxItemPropertyMapEntry* pMap) const { return (size_t)pMap; } in operator ()()
59 : m_aPropertyMap( pMap ), in DECLARE_LIST()
125 if(!pMap || !pMap->nWID) in getPropertyValue()
142 if( pMap->nMemberId & SFX_METRIC_ITEM ) in getPropertyValue()
156 aVal.setValue( &nEnum, *pMap->pType ); in getPropertyValue()
170 if(!pMap || !pMap->nWID) in setPropertyValue()
214 rSet.Put( *pNewItem, pMap->nWID ); in setPropertyValue()
237 SfxItemSet aSet( mrItemPool, pMap->nWID, pMap->nWID); in getPropertyValue()
239 if( (pMap->nWID < OWN_ATTR_VALUE_START) && (pMap->nWID > OWN_ATTR_VALUE_END ) ) in getPropertyValue()
242 if(mrItemPool.IsWhich(pMap->nWID)) in getPropertyValue()
[all …]
H A Dunotext.cxx484 if ( pMap ) in _setPropertyValue()
649 if( pMap ) in _getPropertyValue()
834 if( pMap ) in _setPropertyValues()
849 if( pMap->nWID >= EE_ITEMS_START && pMap->nWID <= EE_ITEMS_END ) in _setPropertyValues()
869 if( pMap->nWID >= EE_ITEMS_START && pMap->nWID <= EE_ITEMS_END ) in _setPropertyValues()
950 if( pMap ) in _getPropertyValues()
989 if ( pMap ) in _getPropertyState()
1139 if(pSet && pMap) in _getOnePropertyStates()
1238 if ( pMap ) in _setPropertyToDefault()
1300 if( pMap ) in getPropertyDefault()
[all …]
/trunk/main/extensions/source/bibliography/
H A Dgeneral.cxx277 sal_Int16* pMap = nFT2CtrlMap; in BibGeneralPage() local
278 for( sal_uInt16 i = 0 ; i < FIELD_COUNT ; ++i, ++pMap ) in BibGeneralPage()
281 *pMap = -1; in BibGeneralPage()
/trunk/main/external/mingwheaders/
H A Dmingw_atl_headers.patch493 return( pMap ); }
/trunk/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx106 sal_uInt8* pMap[ 4 ]; // Temporaere Scanline member in TIFFReader
509 pTIFF->Read( pMap[ np ], nBytesPerRow ); in ReadMap()
626 pdst=pMap[ np ]; in ReadMap()
737 sal_uInt8* pt = pMap[ 0 ]; in ConvertScanline()
776 nRed = GetBits( pMap[ 0 ], nx * nBitsPerSample, nBitsPerSample ); in ConvertScanline()
859 sal_uInt8* pt = pMap[ 0 ]; in ConvertScanline()
1009 sal_uInt8* pt = pMap[ 0 ]; in ConvertScanline()
1192 pMap[ 0 ] = pMap[ 1 ] = pMap[ 2 ] = pMap[ 3 ] = NULL; in ReadTIFF()
1259 pMap[ j ] = new sal_uInt8[ nBytesPerRow ]; in ReadTIFF()
1263 pMap[ j ] = NULL; in ReadTIFF()
[all …]
/trunk/main/reportdesign/source/filter/xml/
H A DxmlColumn.cxx145 static PropertyMapEntry pMap[] = in fillStyle() local
151 pInfo->add(pMap); in fillStyle()
H A DxmlHelper.cxx280 static comphelper::PropertyMapEntry pMap[] = in copyStyleElements() local
313 …ySet> xProp = comphelper::GenericPropertySet_CreateInstance(new comphelper::PropertySetInfo(pMap)); in copyStyleElements()
350 static comphelper::PropertyMapEntry pMap[] = in createBorderPropertySet() local
358 return comphelper::GenericPropertySet_CreateInstance(new comphelper::PropertySetInfo(pMap)); in createBorderPropertySet()

Completed in 196 milliseconds

12345