Home
last modified time | relevance | path

Searched refs:end_ (Results 1 – 16 of 16) sorted by relevance

/trunk/main/xmlhelp/source/cxxhelp/inc/qe/
H A DQuery.hxx46 end_( end ), in QueryHit()
62 sal_Int32 getEnd() const { return end_; } in getEnd()
72 else if( end_ != o->end_ ) in betterThan()
73 return end_ < o->end_; in betterThan()
84 else if( end_ != o->end_ ) in worseThan()
85 return end_ > o->end_; in worseThan()
96 else if( end_ != end ) in worseThan()
97 return end_ > end; in worseThan()
108 else if( end_ != o->end_ ) in compareTo()
109 return end_ < o->end_; in compareTo()
[all …]
H A DDocGenerator.hxx75 sal_Int32 begin_,end_,parentContext_,limit_; member in xmlsearch::qe::RoleFiller
/trunk/main/xmlreader/source/
H A Dxmlreader.cxx104 end_ = pos_ + fileSize_; in XmlReader()
237 pos_, end_ - pos_, RTL_CONSTASCII_STRINGPARAM("--"), in skipComment()
245 pos_, end_ - pos_, RTL_CONSTASCII_STRINGPARAM("--")); in skipComment()
268 pos_, end_ - pos_, RTL_CONSTASCII_STRINGPARAM("?>")); in skipProcessingInstruction()
295 pos_, end_ - pos_, c); in skipDocumentTypeDeclaration()
324 pos_, end_ - pos_, c); in skipDocumentTypeDeclaration()
378 pos_, end_ - pos_, RTL_CONSTASCII_STRINGPARAM("[CDATA["), in scanCdataSection()
387 pos_, end_ - pos_, RTL_CONSTASCII_STRINGPARAM("]]>")); in scanCdataSection()
716 sal_Int32 i = rtl_str_indexOfChar_WithLength(pos_, end_ - pos_, del); in handleStartTag()
867 pos_ = handleReference(pos_, end_); in handleRawText()
[all …]
/trunk/main/slideshow/source/engine/
H A Danimationfactory.cxx96 end_(); in ~TupleAnimation()
130 virtual void end() { end_(); } in end()
131 void end_() in end_() function in slideshow::internal::__anon3f39c34d0111::TupleAnimation
250 end_(); in ~PathAnimation()
293 virtual void end() { end_(); } in end()
294 void end_() in end_() function in slideshow::internal::__anon3f39c34d0111::PathAnimation
448 end_(); in ~GenericAnimation()
484 virtual void end() { end_(); } in end()
485 void end_() in end_() function in slideshow::internal::__anon3f39c34d0111::GenericAnimation
/trunk/main/slideshow/source/engine/transitions/
H A Dshapetransitionfactory.cxx87 void end_();
120 end_(); in ~ClippingAnimation()
164 end_(); in end()
167 void ClippingAnimation::end_() in end_() function in slideshow::internal::__anon488db1360111::ClippingAnimation
/trunk/main/xmlreader/inc/xmlreader/
H A Dxmlreader.hxx136 SAL_DLLPRIVATE inline char read() { return pos_ == end_ ? '\0' : *pos_++; } in read()
138 SAL_DLLPRIVATE inline char peek() { return pos_ == end_ ? '\0' : *pos_; } in peek()
185 char const * end_; member in xmlreader::XmlReader
/trunk/main/sal/osl/w32/
H A Dfile_dirvol.cxx124 begin_(0), end_(0) in Component()
128 { return (static_cast<sal_IntPtr>(end_ - begin_) > 0); } in isPresent()
131 const sal_Unicode* end_; member
163 puncc->server_.end_ = ppos; in parse_UNC_path()
171 puncc->share_.end_ = ppos; in parse_UNC_path()
179 puncc->resource_.end_ = ppos; in parse_UNC_path()
/trunk/main/binaryurp/source/
H A Dunmarshal.cxx108 end_ = data_ + buffer_.getLength(); in Unmarshal()
407 if (data_ != end_) { in done()
417 if (end_ - data_ < size) { in check()
H A Dunmarshal.hxx97 sal_uInt8 const * end_; member in binaryurp::Unmarshal
/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier_default.cxx97 void IndexTable::init(sal_Unicode start_, sal_Unicode end_, IndexKey *keys, sal_Int16 key_count, In… in init() argument
100 end=end_; in init()
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DButtonList.java776 public Counter(int start_, int end_, int max_) in Counter() argument
779 end = end_; in Counter()
H A DImageList.java953 public Counter(int start_, int end_, int max_) in Counter() argument
956 end = end_; in Counter()
/trunk/main/xmlhelp/source/cxxhelp/qe/
H A DDocGenerator.cxx45 end_( 0 ), in RoleFiller()
/trunk/main/sal/inc/rtl/
H A Dtres.hxx82 pData->pFuncs->end_( pData, msg ); in end()
H A Dtres.h91 rtl_tres_end_ptr end_; member
/trunk/main/i18npool/inc/
H A Dindexentrysupplier_default.hxx75 …void init(sal_Unicode start_, sal_Unicode end_, IndexKey* keys, sal_Int16 key_count, Index *index);

Completed in 73 milliseconds