Home
last modified time | relevance | path

Searched refs:aCntnt (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1908 : aCps( 0, 16 ), aCntnt( 0, 16 ), pTxtPos( 0 ) in WW8_WrPlcSubDoc()
1921 aCntnt.Insert( p, aCntnt.Count() ); in Append()
1944 aCntnt.Insert( p, aCntnt.Count() ); in Append()
1952 aCntnt.Insert( p, aCntnt.Count() ); in Append()
1962 for( sal_uInt16 n=0; n < aCntnt.Count(); n++ ) in ~WW8_WrPlcAnnotations()
1963 delete (WW8_Annotation*)aCntnt[n]; in ~WW8_WrPlcAnnotations()
1969 sal_uInt16 nLen = aCntnt.Count(); in WriteGenericTxt()
1986 const WW8_Annotation& rAtn = *(const WW8_Annotation*)aCntnt[i]; in WriteGenericTxt()
2007 if( aCntnt[ i ] != NULL ) in WriteGenericTxt()
2010 const SdrObject& rObj = *(SdrObject*)aCntnt[ i ]; in WriteGenericTxt()
[all …]
H A Dwrtww8.hxx1181 SvPtrarr aCntnt; // PTRARR von SwFmtFtn/PostIts/.. member in WW8_WrPlcSubDoc
1258 sal_uInt16 Count() const { return aCntnt.Count(); } in Count()
1259 sal_uInt16 GetPos( const VoidPtr& p ) const { return aCntnt.GetPos( p ); } in GetPos()
H A Dwrtw8esh.cxx944 aCntnt.Insert( p, aCntnt.Count() ); in Append()
953 aCntnt.Insert( (void*)NULL, aCntnt.Count() ); in Append()
/trunk/main/comphelper/source/misc/
H A Dstoragehelper.cxx135 ::ucbhelper::Content aCntnt( aURL, in GetStorageFromURL2()
137 if (aCntnt.isDocument()) { in GetStorageFromURL2()