/aoo42x/main/xmlhelp/source/cxxhelp/inc/qe/ |
H A D | Query.hxx | 46 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 D | DocGenerator.hxx | 75 sal_Int32 begin_,end_,parentContext_,limit_; member in xmlsearch::qe::RoleFiller
|
/aoo42x/main/xmlreader/source/ |
H A D | xmlreader.cxx | 104 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 …]
|
/aoo42x/main/slideshow/source/engine/ |
H A D | animationfactory.cxx | 96 end_(); in ~TupleAnimation() 130 virtual void end() { end_(); } in end() 131 void end_() in end_() function in slideshow::internal::__anone8ff23960111::TupleAnimation 250 end_(); in ~PathAnimation() 293 virtual void end() { end_(); } in end() 294 void end_() in end_() function in slideshow::internal::__anone8ff23960111::PathAnimation 448 end_(); in ~GenericAnimation() 484 virtual void end() { end_(); } in end() 485 void end_() in end_() function in slideshow::internal::__anone8ff23960111::GenericAnimation
|
/aoo42x/main/slideshow/source/engine/transitions/ |
H A D | shapetransitionfactory.cxx | 87 void end_(); 120 end_(); in ~ClippingAnimation() 164 end_(); in end() 167 void ClippingAnimation::end_() in end_() function in slideshow::internal::__anon363239bf0111::ClippingAnimation
|
/aoo42x/main/xmlreader/inc/xmlreader/ |
H A D | xmlreader.hxx | 136 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
|
/aoo42x/main/sal/osl/w32/ |
H A D | file_dirvol.cxx | 124 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()
|
/aoo42x/main/binaryurp/source/ |
H A D | unmarshal.cxx | 108 end_ = data_ + buffer_.getLength(); in Unmarshal() 407 if (data_ != end_) { in done() 417 if (end_ - data_ < size) { in check()
|
H A D | unmarshal.hxx | 97 sal_uInt8 const * end_; member in binaryurp::Unmarshal
|
/aoo42x/main/i18npool/source/indexentry/ |
H A D | indexentrysupplier_default.cxx | 97 void IndexTable::init(sal_Unicode start_, sal_Unicode end_, IndexKey *keys, sal_Int16 key_count, In… in init() argument 100 end=end_; in init()
|
/aoo42x/main/wizards/com/sun/star/wizards/ui/ |
H A D | ButtonList.java | 776 public Counter(int start_, int end_, int max_) in Counter() argument 779 end = end_; in Counter()
|
H A D | ImageList.java | 953 public Counter(int start_, int end_, int max_) in Counter() argument 956 end = end_; in Counter()
|
/aoo42x/main/xmlhelp/source/cxxhelp/qe/ |
H A D | DocGenerator.cxx | 45 end_( 0 ), in RoleFiller()
|
/aoo42x/main/sal/inc/rtl/ |
H A D | tres.hxx | 82 pData->pFuncs->end_( pData, msg ); in end()
|
H A D | tres.h | 91 rtl_tres_end_ptr end_; member
|
/aoo42x/main/i18npool/inc/ |
H A D | indexentrysupplier_default.hxx | 75 …void init(sal_Unicode start_, sal_Unicode end_, IndexKey* keys, sal_Int16 key_count, Index *index);
|