Home
last modified time | relevance | path

Searched refs:aTags (Results 1 – 9 of 9) sorted by relevance

/trunk/main/xml2cmp/source/x2cclass/
H A Dxml_cdim.cxx49 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 Dxml_cdim.hxx92 aTags; member in ComponentDescriptionImpl
/trunk/main/autodoc/source/ary/doc/
H A Dd_oldcppdocu.cxx252 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 Dd_oldidldocu.cxx43 aTags(), in OldIdlDocu()
/trunk/main/autodoc/inc/ary/doc/
H A Dd_oldidldocu.hxx69 { aTags.push_back(&let_drAtTag); } in AddAtTag()
81 Tags() const { return aTags; } in Tags()
95 aTags; member in ary::doc::OldIdlDocu
H A Dd_oldcppdocu.hxx90 const TagList & Tags() const { return aTags; } in Tags()
115 TagList aTags; member in ary::doc::OldCppDocu
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx260 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 Dsvxcss1.hxx230 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 Dcanvastools.cxx348 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 57 milliseconds