/aoo42x/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() 291 while( first != last ) in iteratorToString() 293 aStr.append( *first ); in iteratorToString() 294 ++first; in iteratorToString() 383 insertNewValue( new PDFName(iteratorToString(first,last)), first ); in pushName() 393 insertNewValue( new PDFString(iteratorToString(first,last)), first ); in pushString() 398 insertNewValue( new PDFBool( (last-first == 4) ), first ); in pushBool() 456 insertNewValue( pDict, first ); in beginDict() 460 void endDict( iteratorT first, iteratorT ) in endDict() argument [all …]
|
/aoo42x/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() 302 xDiff_im1 = m_aPoints[ i ].first - m_aPoints[ i-1 ].first; in CalculatePeriodic() 303 xDiff_i = m_aPoints[ i+1 ].first - m_aPoints[ i ].first; in CalculatePeriodic() 310 xDiff_im1 = m_aPoints[ n ].first - m_aPoints[ n-1 ].first; in CalculatePeriodic() 311 xDiff_i = m_aPoints[ 1 ].first - m_aPoints[ 0 ].first; in CalculatePeriodic() [all …]
|
/aoo42x/main/codemaker/source/cppumaker/ |
H A D | includes.cxx | 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() 182 dumpTypeIdentifier(out, i->first); in dump() 193 dumpEmptyLineBeforeFirst(out, &first); in dump() [all …]
|
/aoo42x/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 */ 12581 19, 62, /* first, last */ 12589 3, 153, /* first, last */ 12636 0, 125, /* first, last */ 12654 0, 229, /* first, last */ 12685 5, 66, /* first, last */ 12739 5, 41, /* first, last */ [all …]
|
/aoo42x/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 | 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() 295 …pHelper.reset( new StreamHelper(aStoragePair.first.first->openStreamElement( sStrippedName, _nMode… in registerStream() [all …]
|
/aoo42x/main/oox/source/drawingml/chart/ |
H A D | objectformatter.cxx | 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 ) 170 AUTOFORMAT_FADED( first, first, themed_style, XML_accent1, line_width ), \ 171 AUTOFORMAT_FADED( first + 1, first + 1, themed_style, XML_accent2, line_width ), \ 172 AUTOFORMAT_FADED( first + 2, first + 2, themed_style, XML_accent3, line_width ), \ 173 AUTOFORMAT_FADED( first + 3, first + 3, themed_style, XML_accent4, line_width ), \ [all …]
|
/aoo42x/main/idlc/source/ |
H A D | options.cxx | 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() 299 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions() [all …]
|
/aoo42x/main/solenv/bin/modules/installer/ |
H A D | converter.pm | 80 my $first; 85 $first = $1; 87 $first =~ s/\"//g; 107 my $first; 112 $first = $1; 134 my $first; 139 $first = $1; 159 my $first; 164 $first = $1; 184 my $first; [all …]
|
/aoo42x/main/registry/tools/ |
H A D | checksingleton.cxx | 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() 135 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions_Impl() 139 m_base = OString((*first).c_str(), (*first).size()); in initOptions_Impl() 145 if ((*first).size() > 2) in initOptions_Impl() [all …]
|
H A D | regcompare.cxx | 147 for (; first != last; ++first) in initOptions_Impl() 149 if ((*first)[0] != '-') in initOptions_Impl() 153 switch ((*first)[1]) in initOptions_Impl() 158 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions_Impl() 167 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions_Impl() 187 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions_Impl() 197 if (!((++first != last) && ((*first)[0] != '-'))) in initOptions_Impl() 207 if ((*first).size() > 2) in initOptions_Impl() 217 if ((*first).size() > 2) in initOptions_Impl() 227 if ((*first).size() > 2) in initOptions_Impl() [all …]
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/ |
H A D | Cache.java | 52 if (first == null) { in add() 55 first.prev = e; in add() 57 first = e; 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() 87 first.prev = e; in add() 88 first = e; in add() [all …]
|
/aoo42x/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() 324 ::comphelper::SequenceAsHashMap::const_iterator it2 = stl_n2.find(it1->first); in isSubSet() 379 const_iterator pItThis = this->find(pIt->first); in haveProps() 382 …heItem::haveProps() ... dont found \"%s\" => return FALSE\n", _FILTER_CONFIG_TO_ASCII_(pIt->first)) in haveProps() 389 …ops() ... item \"%s\" has different value => return FALSE\n", _FILTER_CONFIG_TO_ASCII_(pIt->first)) in haveProps() 414 const_iterator pItThis = this->find(pIt->first); in dontHaveProps() 417 …m::dontHaveProps() ... not found \"%s\" => continue loop!\n", _FILTER_CONFIG_TO_ASCII_(pIt->first)) in dontHaveProps() [all …]
|
/aoo42x/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 | 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, 186 the first column is 1, the second is 2, 198 the first column is 1, the second is 2, [all …]
|
/aoo42x/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 …]
|
/aoo42x/main/qadevOOo/tests/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 …]
|
/aoo42x/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… 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 * … 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… 378 sal_Int32 SAL_CALL rtl_ustr_asciil_reverseCompare_WithLength( const sal_Unicode * first, sal_Int32 … 404 sal_Int32 SAL_CALL rtl_ustr_ascii_compareIgnoreAsciiCase( const sal_Unicode * first, const sal_Char… 434 sal_Int32 SAL_CALL rtl_ustr_ascii_compareIgnoreAsciiCase_WithLength( const sal_Unicode * first, sal… [all …]
|
/aoo42x/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 …]
|
/aoo42x/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 …]
|
/aoo42x/main/registry/source/ |
H A D | regimpl.cxx | 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() 116 &flags, RT_ACCESS_TRANSIENT, "transient", &first); in printFieldOrReferenceFlags() 124 &flags, RT_ACCESS_ATTRIBUTE, "attribute", &first); in printFieldOrReferenceFlags() 126 &flags, RT_ACCESS_PROPERTY, "property", &first); in printFieldOrReferenceFlags() 135 if (!first) { in printFieldOrReferenceFlags() [all …]
|
/aoo42x/main/cppu/source/threadpool/ |
H A D | threadpool.cxx | 146 if( (*ii).second.first ) 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() 317 if( ! (*ii).second.first ) in addJob() 319 (*ii).second.first = new JobQueue(); in addJob() 322 pQueue = (*ii).second.first; in addJob() 349 else if( 0 == (*ii).second.first ) in prepare() 351 (*ii).second.first = new JobQueue(); in prepare() [all …]
|
/aoo42x/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; 238 + if (first == begin_arg) return prev; 243 while (first->group_prev_->next_ == first) { 244 first = first->group_prev_; [all …]
|
/aoo42x/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);
|