Searched refs:aTags (Results 1 – 9 of 9) sorted by relevance
/trunk/main/xml2cmp/source/x2cclass/ |
H A D | xml_cdim.cxx | 49 aTags.reserve(i_max); in ComponentDescriptionImpl() 53 aTags.push_back( new ValueList(E_Tag(i)) ); in ComponentDescriptionImpl() 59 for ( std::vector< ValueList* >::iterator aIter = aTags.begin(); in ~ComponentDescriptionImpl() 60 aIter != aTags.end(); in ~ComponentDescriptionImpl() 104 return aTags[tag_Status]; in GetBeginTag() 111 return aTags[i]; in GetBeginTag() 121 return *aTags[i_eTag]; in DataOf() 131 ValueList & rValues = *aTags[i_eTag]; in DatumOf()
|
H A D | xml_cdim.hxx | 92 aTags; member in ComponentDescriptionImpl
|
/trunk/main/autodoc/source/ary/doc/ |
H A D | d_oldcppdocu.cxx | 252 AtTag * pTag = aTags[ nPosInTags ]; in Replace_AtShort_By_AtDescr() 284 AtTag * pTag = aTags[ nPosInTags ]; in Short() 297 nTags[i_nIndex] = static_cast<UINT8>(aTags.size()); in NewTag() 298 aTags.push_back(0); in NewTag() 299 return aTags.back(); in NewTag() 307 csv_assert( aTags[nTags[i_nIndex]] != 0 ); in GetTag() 308 return * aTags[nTags[i_nIndex]]; in GetTag()
|
H A D | d_oldidldocu.cxx | 43 aTags(), in OldIdlDocu()
|
/trunk/main/autodoc/inc/ary/doc/ |
H A D | d_oldidldocu.hxx | 69 { aTags.push_back(&let_drAtTag); } in AddAtTag() 81 Tags() const { return aTags; } in Tags() 95 aTags; member in ary::doc::OldIdlDocu
|
H A D | d_oldcppdocu.hxx | 90 const TagList & Tags() const { return aTags; } in Tags() 115 TagList aTags; member in ary::doc::OldCppDocu
|
/trunk/main/sd/source/ui/animations/ |
H A D | CustomAnimationPane.cxx | 260 MotionPathTagVector aTags; in ~CustomAnimationPane() local 261 aTags.swap( maMotionPathTags ); in ~CustomAnimationPane() 263 for( aIter = aTags.begin(); aIter != aTags.end(); aIter++ ) in ~CustomAnimationPane() 995 MotionPathTagVector aTags; in updateMotionPathTags() local 996 aTags.swap( maMotionPathTags ); in updateMotionPathTags() 1009 …mpl( *this, *pView, mpMainSequence->getBegin(), mpMainSequence->getEnd(), aTags, maMotionPathTags … in updateMotionPathTags() 1016 …bChanges |= updateMotionPathImpl( *this, *pView, pIS->getBegin(), pIS->getEnd(), aTags, maMotionPa… in updateMotionPathTags() 1020 if( !aTags.empty() ) in updateMotionPathTags() 1023 MotionPathTagVector::iterator aIter( aTags.begin() ); in updateMotionPathTags() 1024 while( aIter != aTags.end() ) in updateMotionPathTags()
|
/trunk/main/sw/source/filter/html/ |
H A D | svxcss1.hxx | 230 SvxCSS1Map aTags; member in SvxCSS1Parser 420 InsertMapEntry( rTag, rItemSet, rProp, aTags ); in InsertTag() 425 return GetMapEntry( rTag, aTags ); in GetTag()
|
/trunk/main/vcl/source/helper/ |
H A D | canvastools.cxx | 348 const uno::Sequence<sal_Int8> aTags( in bitmapExFromXBitmap() local 352 const sal_Int8* pStart(aTags.getConstArray()); in bitmapExFromXBitmap() 353 const sal_Size nLen(aTags.getLength()); in bitmapExFromXBitmap()
|
Completed in 39 milliseconds