| /trunk/main/sdext/source/pdfimport/pdfparse/ |
| H A D | pdfparse.cxx | 92 PDFGrammar( const iteratorT& first ) in PDFGrammar() argument 93 : m_fDouble( 0.0 ), m_aGlobalBegin( first ) {} in PDFGrammar() 288 rtl::OString iteratorToString( iteratorT first, iteratorT last ) const in iteratorToString() argument 291 while( first != last ) in iteratorToString() 293 aStr.append( *first ); in iteratorToString() 294 ++first; in iteratorToString() 314 void pushComment( iteratorT first, iteratorT last ) in pushComment() argument 318 new PDFComment(iteratorToString(first,last)); in pushComment() 323 parseError( "comment without container", first ); in pushComment() 381 void pushName( iteratorT first, iteratorT last ) in pushName() argument [all …]
|
| /trunk/main/chart2/source/view/charttypes/ |
| H A D | Splines.cxx | 178 double xDiff = ( m_aPoints[ 1 ].first - m_aPoints[ 0 ].first ); in Calculate() 190 double sig = ( p_i.first - p_im1.first ) / in Calculate() 191 ( p_ip1.first - p_im1.first ); in Calculate() 197 ( p_ip1.first - p_i.first ) ) - in Calculate() 199 ( p_i.first - p_im1.first ) ); in Calculate() 201 ( 6.0 * u[ i ] / ( p_ip1.first - p_im1.first ) in Calculate() 213 double xDiff = ( m_aPoints[ n ].first - m_aPoints[ n - 1 ].first ); in Calculate() 263 double xDiff0 = m_aPoints[ 1 ].first - m_aPoints[ 0 ].first ; in CalculatePeriodic() 264 double xDiff1 = m_aPoints[ 2 ].first - m_aPoints[ 1 ].first ; in CalculatePeriodic() 265 double xDiff2 = m_aPoints[ 3 ].first - m_aPoints[ 2 ].first ; in CalculatePeriodic() [all …]
|
| /trunk/main/sal/textenc/generate/ |
| H A D | big5hkscs2001.tab | 166 64 | (170 << 8), /* first, last */ 180 64 | (254 << 8), /* first, last */ 202 64 | (254 << 8), /* first, last */ 224 64 | (253 << 8), /* first, last */ 246 64 | (220 << 8), /* first, last */ 265 96 | (254 << 8), /* first, last */ 284 64 | (254 << 8), /* first, last */ 306 64 | (254 << 8), /* first, last */ 328 64 | (254 << 8), /* first, last */ 350 64 | (254 << 8), /* first, last */ [all …]
|
| H A D | cns116431992.tab | 30 1 | (94 << 8), /* first, last */ 42 1 | (94 << 8), /* first, last */ 54 1 | (46 << 8), /* first, last */ 61 1 | (94 << 8), /* first, last */ 73 1 | (80 << 8), /* first, last */ 84 1 | (30 << 8), /* first, last */ 90 8 | (20 << 8), /* first, last */ 121 1 | (33 << 8), /* first, last */ 128 1 | (94 << 8), /* first, last */ 140 1 | (94 << 8), /* first, last */ [all …]
|
| /trunk/main/codemaker/source/cppumaker/ |
| H A D | includes.cxx | 140 void dumpEmptyLineBeforeFirst(FileStream & out, bool * first) { in dumpEmptyLineBeforeFirst() argument 141 OSL_ASSERT(first != 0); in dumpEmptyLineBeforeFirst() 142 if (*first) { in dumpEmptyLineBeforeFirst() 144 *first = false; in dumpEmptyLineBeforeFirst() 156 if (isInterfaceType(i->first)) { in dump() 167 bool first = true; in dump() local 171 dumpEmptyLineBeforeFirst(out, &first); in dump() 173 || !isInterfaceType(i->first)) in dump() 175 dumpInclude(out, i->first, m_hpp); in dump() 177 bool ns = dumpNamespaceOpen(out, i->first, false); in dump() [all …]
|
| /trunk/main/connectivity/source/drivers/hsqldb/ |
| H A D | StorageFileAccess.cxx | 60 if ( aStoragePair.first.first.is() ) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_isStreamElement() 68 if ( aStoragePair.first.first->isStreamElement(sOldName) ) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_isStreamElement() 72 …aStoragePair.first.first->renameElement(sOldName,StorageContainer::removeURLPrefix(sName,aStorageP… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_isStreamElement() 82 …return aStoragePair.first.first->isStreamElement(StorageContainer::removeURLPrefix(sName,aStorageP… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_isStreamElement() 115 if ( aStoragePair.first.first.is() ) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_removeElement() 119 …aStoragePair.first.first->removeElement(StorageContainer::removeURLPrefix(StorageContainer::jstrin… in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_removeElement() 151 if ( aStoragePair.first.first.is() ) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_renameElement() 155 aStoragePair.first.first->renameElement( in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_renameElement() 156 …ntainer::removeURLPrefix(StorageContainer::jstring2ustring(env,oldname),aStoragePair.first.second), in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_renameElement() 157 …ontainer::removeURLPrefix(StorageContainer::jstring2ustring(env,newname),aStoragePair.first.second) in Java_com_sun_star_sdbcx_comp_hsqldb_StorageFileAccess_renameElement() [all …]
|
| H A D | HStorageMap.cxx | 189 …e(lcl_getNextCount(),TStorages::mapped_type(TStorageURLPair(_xStorage,_sURL),TStreamMap()))).first; in registerStorage() 192 return aFind->first; in registerStorage() 219 sKey = aFind->first; in getRegisteredKey() 233 … Reference<XTransactionBroadcaster> xBroad(aFind->second.first.first,UNO_QUERY); in revokeStorage() 236 Reference<XTransactedObject> xTrans(aFind->second.first.first,UNO_QUERY); in revokeStorage() 258 OSL_ENSURE(aStoragePair.first.first.is(),"No Storage available!"); in registerStream() 259 if ( aStoragePair.first.first.is() ) in registerStream() 262 ::rtl::OUString sName = removeURLPrefix(sOrgName,aStoragePair.first.second); in registerStream() 275 … pHelper.reset(new StreamHelper(aStoragePair.first.first->openStreamElement(sName,_nMode))); in registerStream() 286 … bIsStream = aStoragePair.first.first->isStreamElement(sStrippedName); in registerStream() [all …]
|
| /trunk/main/oox/source/drawingml/chart/ |
| H A D | objectformatter.cxx | 141 #define AUTOFORMAT_COLOR( first, last, themed_style, color_token ) \ argument 142 { first, last, themed_style, color_token, XML_TOKEN_INVALID, 0, 100, 0, false } 144 #define AUTOFORMAT_ACCENTS( first, themed_style ) \ argument 145 AUTOFORMAT_COLOR( first, first, themed_style, XML_accent1 ), \ 146 AUTOFORMAT_COLOR( first + 1, first + 1, themed_style, XML_accent2 ), \ 147 AUTOFORMAT_COLOR( first + 2, first + 2, themed_style, XML_accent3 ), \ 148 AUTOFORMAT_COLOR( first + 3, first + 3, themed_style, XML_accent4 ), \ 149 AUTOFORMAT_COLOR( first + 4, first + 4, themed_style, XML_accent5 ), \ 150 AUTOFORMAT_COLOR( first + 5, first + 5, themed_style, XML_accent6 ) 152 #define AUTOFORMAT_COLORMOD( first, last, themed_style, color_token, mod_token, mod_value ) \ argument [all …]
|
| /trunk/main/idlc/source/ |
| H A D | options.cxx | 231 std::vector< std::string >::const_iterator first = rArgs.begin(), last = rArgs.end(); in initOptions() local 232 for (; first != last; ++first) in initOptions() 234 if ((*first)[0] != '-') in initOptions() 236 OString filename((*first).c_str(), (*first).size()); in initOptions() 246 std::string const option(*first); in initOptions() 247 switch((*first)[1]) in initOptions() 251 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions() 255 OString param((*first).c_str(), (*first).size()); in initOptions() 261 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions() 265 OString param((*first).c_str(), (*first).size()); in initOptions() [all …]
|
| /trunk/main/solenv/bin/modules/installer/ |
| H A D | converter.pm | 80 my $first; 85 $first = $1; 87 $first =~ s/\"//g; 88 push(@newarray, $first); 107 my $first; 112 $first = $1; 115 $first =~ s/^$listseparator//; 116 push(@newarray, "$first\n"); 134 my $first; 139 $first = $1; [all …]
|
| /trunk/main/registry/tools/ |
| H A D | checksingleton.cxx | 102 std::vector< std::string >::const_iterator first = rArgs.begin(), last = rArgs.end(); in initOptions_Impl() local 103 for (; first != last; ++first) in initOptions_Impl() 105 std::string option (*first); in initOptions_Impl() 106 if ((*first)[0] != '-') in initOptions_Impl() 110 switch ((*first)[1]) in initOptions_Impl() 115 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions_Impl() 119 m_typeRegName = *first; in initOptions_Impl() 125 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions_Impl() 129 m_indexRegName = (*first); in initOptions_Impl() 135 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions_Impl() [all …]
|
| H A D | regcompare.cxx | 146 std::vector< std::string >::const_iterator first = rArgs.begin(), last = rArgs.end(); in initOptions_Impl() local 147 for (; first != last; ++first) in initOptions_Impl() 149 if ((*first)[0] != '-') in initOptions_Impl() 151 return badOption("invalid", (*first).c_str()); in initOptions_Impl() 153 switch ((*first)[1]) in initOptions_Impl() 158 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions_Impl() 160 return badOption("invalid", (*first).c_str()); in initOptions_Impl() 163 std::string option(*first), param; in initOptions_Impl() 167 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions_Impl() 169 return badOption("invalid", (*first).c_str()); in initOptions_Impl() [all …]
|
| /trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/ |
| H A D | Cache.java | 51 e = new Entry(content, map.size(), null, first); in add() 52 if (first == null) { in add() 55 first.prev = e; in add() 57 first = e; in add() 63 if (first != last) { in add() 68 e.next = first; in add() 69 first.prev = e; in add() 70 first = e; in add() 77 } else if (e != first) { in add() 86 e.next = first; in add() [all …]
|
| /trunk/main/filter/source/config/cache/ |
| H A D | cacheitem.cxx | 67 iterator pItThis = this->find(pItUpdate->first); in update() 69 (*this)[pItUpdate->first] = pItUpdate->second; // add new prop in update() 125 const ::rtl::OUString& rName = pProp->first; in getAsPackedPropertyValueList() 292 ::comphelper::SequenceAsHashMap::const_iterator it2 = stl_p2.find(it1->first); in isSubSet() 295 …pes [PropertyValue] ... dont found \"%s\" => return FALSE\n", _FILTER_CONFIG_TO_ASCII_(it1->first)) in isSubSet() 300 … ... found \"%s\" but has different value => return FALSE\n", _FILTER_CONFIG_TO_ASCII_(it1->first)) in isSubSet() 303 …Value] ... found \"%s\" with right value => continue loop\n", _FILTER_CONFIG_TO_ASCII_(it1->first)) in isSubSet() 324 ::comphelper::SequenceAsHashMap::const_iterator it2 = stl_n2.find(it1->first); in isSubSet() 327 … types [NamedValue] ... dont found \"%s\" => return FALSE\n", _FILTER_CONFIG_TO_ASCII_(it1->first)) in isSubSet() 332 … ... found \"%s\" but has different value => return FALSE\n", _FILTER_CONFIG_TO_ASCII_(it1->first)) in isSubSet() [all …]
|
| /trunk/main/offapi/com/sun/star/sdbc/ |
| H A D | XResultSetMetaData.idl | 54 the first column is 1, the second is 2, 65 the first column is 1, the second is 2, 76 the first column is 1, the second is 2, 87 the first column is 1, the second is 2, 98 the first column is 1, the second is 2, 109 the first column is 1, the second is 2, 120 the first column is 1, the second is 2, 132 the first column is 1, the second is 2, 143 the first column is 1, the second is 2, 154 the first column is 1, the second is 2, [all …]
|
| H A D | XRow.idl | 72 Note that you must first call getXXX on a column to try to read 86 the first column is 1, the second is 2, 97 the first column is 1, the second is 2, 108 the first column is 1, the second is 2, 119 the first column is 1, the second is 2, 130 the first column is 1, the second is 2, 141 the first column is 1, the second is 2, 152 the first column is 1, the second is 2, 163 the first column is 1, the second is 2, 175 the first column is 1, the second is 2, ... [all …]
|
| /trunk/main/basegfx/source/tools/ |
| H A D | debugplotter.cxx | 124 … *mpStream << " " << rElem.first.getX() << "\t" << rElem.first.getY() << ::std::endl; in outputPoint() 126 OSL_TRACE( " %f\t%f\n", rElem.first.getX(), rElem.first.getY() ); in outputPoint() 132 …*mpStream << " " << rElem.first.getX() << "\t" << rElem.first.getY() << ::std::endl << ::std::endl; in outputVector() 134 OSL_TRACE( " %f\t%f\n\n", rElem.first.getX(), rElem.first.getY() ); in outputVector() 139 const double nX0( rElem.first.getMinX() ); in outputRect() 140 const double nY0( rElem.first.getMinY() ); in outputRect() 141 const double nX1( rElem.first.getMaxX() ); in outputRect() 142 const double nY1( rElem.first.getMaxY() ); in outputRect() 232 if( maPolygons.at(i).first.areControlPointsUsed() ) in ~DebugPlotter() 234 const B2DPolygon& rCurrPoly( maPolygons.at(i).first ); in ~DebugPlotter() [all …]
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/ |
| H A D | _XScenarioEnhanced.java | 50 CellRangeAddress first = getting[0]; in _getRanges() local 52 if (!(first.Sheet == 1)) { in _getRanges() 55 first.Sheet); in _getRanges() 59 if (!(first.StartColumn == 0)) { in _getRanges() 62 first.StartColumn); in _getRanges() 66 if (!(first.EndColumn == 10)) { in _getRanges() 69 first.EndColumn); in _getRanges() 73 if (!(first.StartRow == 0)) { in _getRanges() 76 first.StartRow); in _getRanges() 80 if (!(first.EndRow == 10)) { in _getRanges() [all …]
|
| /trunk/main/sal/inc/rtl/ |
| H A D | ustring.h | 70 sal_Int32 SAL_CALL rtl_ustr_compare( const sal_Unicode * first, const sal_Unicode * second ) SAL_TH… 97 sal_Int32 SAL_CALL rtl_ustr_compare_WithLength( const sal_Unicode * first, sal_Int32 firstLen, cons… 128 sal_Int32 SAL_CALL rtl_ustr_shortenedCompare_WithLength( const sal_Unicode * first, sal_Int32 first… 155 sal_Int32 SAL_CALL rtl_ustr_reverseCompare_WithLength( const sal_Unicode * first, sal_Int32 firstLe… 178 sal_Bool SAL_CALL rtl_ustr_asciil_reverseEquals_WithLength( const sal_Unicode * first, const sal_Ch… 199 sal_Int32 SAL_CALL rtl_ustr_compareIgnoreAsciiCase( const sal_Unicode * first, const sal_Unicode * … 228 sal_Int32 SAL_CALL rtl_ustr_compareIgnoreAsciiCase_WithLength( const sal_Unicode * first, sal_Int32… 262 sal_Int32 SAL_CALL rtl_ustr_shortenedCompareIgnoreAsciiCase_WithLength( const sal_Unicode * first, … 287 sal_Int32 SAL_CALL rtl_ustr_ascii_compare( const sal_Unicode * first, const sal_Char * second ) SAL… 315 sal_Int32 SAL_CALL rtl_ustr_ascii_compare_WithLength( const sal_Unicode * first, sal_Int32 firstLen… [all …]
|
| /trunk/main/writerfilter/source/ooxml/ |
| H A D | OOXMLFactory.cxx | 146 Id nId = (*pTokenToIdMap)[aIt->first]; in attributes() 149 debug_logger->attribute("name", fastTokenToId(aIt->first)); in attributes() 154 if (Attribs->hasAttribute(aIt->first)) in attributes() 163 ::rtl::OUString aValue(Attribs->getValue(aIt->first)); in attributes() 167 pFactory->attributeAction(pHandler, aIt->first, pValue); in attributes() 175 ::rtl::OUString aValue(Attribs->getValue(aIt->first)); in attributes() 180 pFactory->attributeAction(pHandler, aIt->first, pValue); in attributes() 188 ::rtl::OUString aValue(Attribs->getValue(aIt->first)); in attributes() 193 pFactory->attributeAction(pHandler, aIt->first, pValue); in attributes() 201 ::rtl::OUString aValue(Attribs->getValue(aIt->first)); in attributes() [all …]
|
| /trunk/main/sd/source/ui/slidesorter/cache/ |
| H A D | SlsPageCacheManager.cxx | 110 if (rElement1.first == maPreferredSize) in operator ()() 112 else if (rElement2.first == maPreferredSize) in operator ()() 115 return (rElement1.first.Width()*rElement1.first.Height() in operator ()() 116 > rElement2.first.Width()*rElement2.first.Height()); in operator ()() 261 if (iActiveCache->first.mpDocument == pDocument) in Recycle() 263 iActiveCache->first.maPreviewSize, iActiveCache->second)); in Recycle() 299 PutRecentlyUsedCache(iCache->first.mpDocument,iCache->first.maPreviewSize,rpCache); in ReleaseCache() 332 iCacheToChange->first.mpDocument); in ChangeSize() 364 if (iCache->first.mpDocument == pDocument) in InvalidatePreviewBitmap() 393 if (iCache->first.mpDocument == pDocument) in InvalidateAllPreviewBitmaps() [all …]
|
| /trunk/main/registry/source/ |
| H A D | regimpl.cxx | 89 RTFieldAccess * flags, RTFieldAccess flag, char const * name, bool * first) in printFieldOrReferenceFlag() argument 92 if (!*first) { in printFieldOrReferenceFlag() 95 *first = false; in printFieldOrReferenceFlag() 105 bool first = true; in printFieldOrReferenceFlags() local 107 &flags, RT_ACCESS_READONLY, "readonly", &first); in printFieldOrReferenceFlags() 109 &flags, RT_ACCESS_OPTIONAL, "optional", &first); in printFieldOrReferenceFlags() 111 &flags, RT_ACCESS_MAYBEVOID, "maybevoid", &first); in printFieldOrReferenceFlags() 112 printFieldOrReferenceFlag(&flags, RT_ACCESS_BOUND, "bound", &first); in printFieldOrReferenceFlags() 114 &flags, RT_ACCESS_CONSTRAINED, "constrained", &first); in printFieldOrReferenceFlags() 116 &flags, RT_ACCESS_TRANSIENT, "transient", &first); in printFieldOrReferenceFlags() [all …]
|
| /trunk/main/cppu/source/threadpool/ |
| H A D | threadpool.cxx | 146 if( (*ii).second.first ) in dispose() 148 (*ii).second.first->dispose( nDisposeId ); in dispose() 260 if( (*ii).second.first ) in revokeQueue() 264 (*ii).second.first->resume(); in revokeQueue() 269 if( ! (*ii).second.first->isEmpty() ) in revokeQueue() 274 (*ii).second.first = 0; in revokeQueue() 277 if( 0 == (*ii).second.first && 0 == (*ii).second.second ) in revokeQueue() 317 if( ! (*ii).second.first ) in addJob() 319 (*ii).second.first = new JobQueue(); in addJob() 322 pQueue = (*ii).second.first; in addJob() [all …]
|
| /trunk/main/boost/ |
| H A D | boost_1_55_0.patch | 227 - node_pointer first = end; 228 - while (first != begin && first->group_prev_->next_ == first) { 230 + node_pointer first = end_arg; 231 + while (first != begin_arg && first->group_prev_->next_ == first) { 232 first = first->group_prev_; 235 - boost::swap(first->group_prev_, end->group_prev_); 236 - if (first == begin) return prev; 237 + boost::swap(first->group_prev_, end_arg->group_prev_); 238 + if (first == begin_arg) return prev; 243 while (first->group_prev_->next_ == first) { [all …]
|
| /trunk/main/solenv/bin/modules/par2script/ |
| H A D | converter.pm | 78 my $first = ""; 85 $first = $1; 87 par2script::remover::remove_leading_and_ending_whitespaces(\$first); 88 if ( $first ) { push(@newarray, $first); } 102 my ($first, $last); 108 $first = $1; 110 par2script::remover::remove_leading_and_ending_whitespaces(\$first); 111 push(@newarray, $first);
|