Home
last modified time | relevance | path

Searched refs:pIndex (Results 1 – 25 of 50) sorted by relevance

12

/trunk/main/svl/source/misc/
H A Downlist.cxx44 if(rCmd.GetChar( *pIndex ) == '\"') { in PRV_SV_IMPL_OWNER_LIST()
45 (*pIndex) ++; in PRV_SV_IMPL_OWNER_LIST()
47 sal_uInt16 begin = *pIndex; in PRV_SV_IMPL_OWNER_LIST()
49 while(*pIndex < rCmd.Len() && rCmd.GetChar((*pIndex) ++) != '\"') ; in PRV_SV_IMPL_OWNER_LIST()
51 result = String(rCmd.Copy(begin, *pIndex - begin - 1)); in PRV_SV_IMPL_OWNER_LIST()
59 sal_uInt16 begin = *pIndex; in parseWord()
61 while(*pIndex < rCmd.Len() && !isspace(rCmd.GetChar(*pIndex)) && rCmd.GetChar(*pIndex) != '=') in parseWord()
62 (*pIndex) ++; in parseWord()
64 return String(rCmd.Copy(begin, *pIndex - begin)); in parseWord()
69 while(*pIndex < rCmd.Len() && isspace(rCmd.GetChar(*pIndex))) in eatSpace()
[all …]
/trunk/main/desktop/source/pkgchk/unopkg/
H A Dunopkg_misc.cxx112 if (osl_getCommandArgCount() <= *pIndex) in isOption()
116 osl_getCommandArg( *pIndex, &arg.pData ); in isOption()
124 ++(*pIndex); in isOption()
132 ++(*pIndex); in isOption()
141 bool isBootstrapVariable(sal_uInt32 * pIndex) in isBootstrapVariable() argument
146 osl_getCommandArg(*pIndex, &arg.pData); in isBootstrapVariable()
149 ++(*pIndex); in isBootstrapVariable()
159 if (isOption( option_info, pIndex )) in readArgument()
161 if (*pIndex < osl_getCommandArgCount()) in readArgument()
167 ++(*pIndex); in readArgument()
[all …]
H A Dunopkg_shared.h96 bool isOption( OptionInfo const * option_info, sal_uInt32 * pIndex );
101 sal_uInt32 * pIndex );
105 bool * flag, OptionInfo const * option_info, sal_uInt32 * pIndex ) in readOption() argument
107 if (isOption( option_info, pIndex )) { in readOption()
119 bool isBootstrapVariable(sal_uInt32 * pIndex);
/trunk/main/sw/source/filter/xml/
H A DXMLRedlineImportHelper.cxx119 pIndex(NULL) in XTextRangeOrNodeIndexPosition()
125 delete pIndex; in ~XTextRangeOrNodeIndexPosition()
131 if (NULL != pIndex) in Set()
133 delete pIndex; in Set()
134 pIndex = NULL; in Set()
140 if (NULL != pIndex) in Set()
141 delete pIndex; in Set()
143 pIndex = new SwNodeIndex(rIndex); in Set()
178 if (NULL == pIndex) in CopyPositionInto()
191 rPos.nNode = *pIndex; in CopyPositionInto()
[all …]
/trunk/main/connectivity/source/drivers/dbase/
H A DDIndexes.cxx78 ODbaseIndex* pIndex = new ODbaseIndex(m_pTable,aHeader,_rName); in createObject() local
79 xRet = pIndex; in createObject()
80 pIndex->openIndexFile(); in createObject()
111 …ODbaseIndex* pIndex = reinterpret_cast< ODbaseIndex* >( xTunnel->getSomething(ODbaseIndex::getUnoT… in appendObject() local
112 if(!pIndex || !pIndex->CreateImpl()) in appendObject()
125 …ODbaseIndex* pIndex = reinterpret_cast< ODbaseIndex* >( xTunnel->getSomething(ODbaseIndex::getUnoT… in dropObject() local
126 if ( pIndex ) in dropObject()
127 pIndex->DropImpl(); in dropObject()
H A DDCode.cxx105 …ODbaseIndex* pIndex = reinterpret_cast< ODbaseIndex* >( xTunnel->getSomething(ODbaseIndex::getUnoT… in preProcess() local
106 if(pIndex) in preProcess()
108 OIndexIterator* pIter = pIndex->createIterator(pOp,pRight); in preProcess()
H A DDResultSet.cxx179 …dbase::ODbaseIndex* pIndex = reinterpret_cast< dbase::ODbaseIndex* >( xTunnel->getSomething(dbase:… in fillIndexValues() local
180 if(pIndex) in fillIndexValues()
182 dbase::OIndexIterator* pIter = pIndex->createIterator(NULL,NULL); in fillIndexValues()
H A DDDatabaseMetaData.cxx307 …ODbaseIndex* pIndex = reinterpret_cast< ODbaseIndex* >( xTunnel->getSomething(ODbaseIndex::getUnoT… in getIndexInfo() local
308 if(pIndex) in getIndexInfo()
310 aRow[11] = new ORowSetValueDecorator((sal_Int32)pIndex->getHeader().db_maxkeys); in getIndexInfo()
311 aRow[12] = new ORowSetValueDecorator((sal_Int32)pIndex->getHeader().db_pagecount); in getIndexInfo()
H A Ddindexnode.cxx125 ONDXPagePtr& ONDXPage::GetChild(ODbaseIndex* pIndex) in GetChild() argument
127 if (!aChild.Is() && pIndex) in GetChild()
768 ONDXPagePtr& ONDXNode::GetChild(ODbaseIndex* pIndex, ONDXPage* pParent) in GetChild() argument
770 if (!aChild.Is() && pIndex) in GetChild()
772 aChild = pIndex->CreatePage(aChild.GetPagePos(),pParent,aChild.HasPage()); in GetChild()
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_app.cxx155 OptionInfo const * option_info, sal_uInt32 * pIndex ) in is_option() argument
158 if (osl_getCommandArgCount() <= *pIndex) in is_option()
162 osl_getCommandArg( *pIndex, &arg.pData ); in is_option()
170 ++(*pIndex); in is_option()
180 ++(*pIndex); in is_option()
193 bool ret = is_option( option_info, pIndex ); in read_option()
203 if (is_option( option_info, pIndex )) in read_argument()
205 if (*pIndex < osl_getCommandArgCount()) in read_argument()
207 osl_getCommandArg( *pIndex, &pValue->pData ); in read_argument()
208 ++(*pIndex); in read_argument()
[all …]
/trunk/main/idl/source/cmptools/
H A Dhash.cxx254 sal_Bool SvStringHashTable::Insert( const ByteString & rName, sal_uInt32 * pIndex ) in Insert() argument
258 if( !pIndex ) pIndex = &nIndex; in Insert()
260 if( !SvHashTable::Test_Insert( &rName, sal_True, pIndex ) ) in Insert()
263 if( !IsEntry( *pIndex ) ) in Insert()
264 pEntries[ *pIndex ] = SvStringHashEntry( rName, *pIndex ); in Insert()
/trunk/main/connectivity/source/drivers/ado/
H A DAIndexes.cxx65 OAdoIndex* pIndex = NULL; in appendObject() local
66 if ( !getImplementation(pIndex,descriptor) || pIndex == NULL ) in appendObject()
70 if ( FAILED( pIndexes->Append( OLEVariant( _rForName ), OLEVariant( pIndex->getImpl() ) ) ) ) in appendObject()
76 return new OAdoIndex(isCaseSensitive(),m_pConnection,pIndex->getImpl()); in appendObject()
/trunk/main/connectivity/source/inc/ado/
H A DACollection.hxx139 OCl* pIndex = new OCl(pCol); in getByIndex() local
141 m_aElements.push_back(pIndex); in getByIndex()
143 return staruno::makeAny( staruno::Reference< starbeans::XPropertySet >(pIndex)); in getByIndex()
157 OCl* pIndex = new OCl(pCol); in getByName() local
159 m_aElements.push_back(pIndex); in getByName()
161 return staruno::makeAny( staruno::Reference< starbeans::XPropertySet >(pIndex)); in getByName()
/trunk/main/svtools/source/control/
H A Dctrltool.cxx162 ImplFontListNameInfo* FontList::ImplFind( const XubString& rSearchName, sal_uLong* pIndex ) const in ImplFind()
173 if ( pIndex ) in ImplFind()
174 *pIndex = LIST_APPEND; in ImplFind()
183 if ( pIndex ) in ImplFind()
184 *pIndex = LIST_APPEND; in ImplFind()
222 if ( pIndex ) in ImplFind()
226 *pIndex = (nMid+1); in ImplFind()
228 *pIndex = nMid; in ImplFind()
/trunk/main/sw/source/core/doc/
H A Ddoccomp.cxx66 sal_uLong* pIndex; member in CompareData
152 sal_uLong* pIndex; member in Compare::MovedData
201 : pIndex( 0 ), pChangedFlag( 0 ), nSttLineNum( 0 ) in CompareData()
207 delete[] pIndex; in ~CompareData()
213 if( !pIndex ) in SetIndex()
215 pIndex = new sal_uLong[ aLines.Count() ]; in SetIndex()
219 pIndex[ nLine ] = nIndex; in SetIndex()
590 : pIndex( 0 ), pLineNum( 0 ), nCount( 0 ) in MovedData()
603 pIndex = new sal_uLong[ nCount ]; in MovedData()
609 pIndex[ nCount ] = rData.GetIndex( n ); in MovedData()
[all …]
/trunk/main/basegfx/source/matrix/
H A Db2dhommatrix.cxx127 sal_uInt16* pIndex = new sal_uInt16[mpImpl->getEdgeLength()]; in invert() local
130 if(aWork.ludcmp(pIndex, nParity)) in invert()
132 mpImpl->doInvert(aWork, pIndex); in invert()
133 delete[] pIndex; in invert()
138 delete[] pIndex; in invert()
H A Db3dhommatrix.cxx102 sal_uInt16* pIndex = new sal_uInt16[mpImpl->getEdgeLength()]; in invert() local
105 if(aWork.ludcmp(pIndex, nParity)) in invert()
107 mpImpl->doInvert(aWork, pIndex); in invert()
108 delete[] pIndex; in invert()
113 delete[] pIndex; in invert()
/trunk/main/connectivity/source/commontools/
H A DTSortIndex.cxx35 OSortIndex* pIndex; member
37 TKeyValueFunc(OSortIndex* _pIndex) : pIndex(_pIndex) in TKeyValueFunc()
43 const ::std::vector<OKeyType>& aKeyType = pIndex->getKeyType(); in operator ()()
47 const bool nGreater = (pIndex->getAscending(i) == SQL_ASC) ? false : true; in operator ()()
/trunk/main/vcl/source/window/
H A Daccel.cxx60 sal_uInt16* pIndex = NULL ) in DBG_NAME()
71 if ( pIndex ) in DBG_NAME()
72 *pIndex = 0; in DBG_NAME()
95 if ( pIndex ) in DBG_NAME()
98 *pIndex = (sal_uInt16)(nMid+1); in DBG_NAME()
100 *pIndex = (sal_uInt16)nMid; in DBG_NAME()
/trunk/main/sw/source/core/crsr/
H A Dcallnk.cxx193 const SwNodeIndex* pIndex = pFlyFrm->GetFmt()->GetCntnt().GetCntntIdx(); in ~SwCallLink() local
194 ASSERT( pIndex, "Fly ohne Cntnt" ); in ~SwCallLink()
196 if (!pIndex) in ~SwCallLink()
199 const SwNode& rStNd = pIndex->GetNode(); in ~SwCallLink()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.hxx147 sal_uInt16 insertItem( UpdateDialog::Index *pIndex, SvLBoxButtonKind kind );
148 void addAdditional( UpdateDialog::Index *pIndex, SvLBoxButtonKind kind );
149 bool isIgnoredUpdate( UpdateDialog::Index *pIndex );
150 void setIgnoredUpdate( UpdateDialog::Index *pIndex, bool bIgnore, bool bIgnoreAll );
/trunk/main/tools/source/memtools/
H A Dtable.cxx36 sal_uIntPtr Table::ImplGetIndex( sal_uIntPtr nKey, sal_uIntPtr* pIndex ) const in ImplGetIndex()
88 if ( pIndex ) in ImplGetIndex()
91 *pIndex = (nMid+1)*2; in ImplGetIndex()
93 *pIndex = nMid*2; in ImplGetIndex()
/trunk/main/sw/source/core/undo/
H A Dunsect.cxx311 SwNodeIndex const*const pIndex) in SwUndoDelSection() argument
319 , m_nStartNode( pIndex->GetIndex() ) in SwUndoDelSection()
320 , m_nEndNode( pIndex->GetNode().EndOfSectionIndex() ) in SwUndoDelSection()
422 SwSection const& rSection, SwNodeIndex const*const pIndex, in SwUndoUpdateSection() argument
427 , m_nStartNode( pIndex->GetIndex() ) in SwUndoUpdateSection()
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsCacheCompactor.cxx212 ::std::auto_ptr< ::sd::slidesorter::cache::BitmapCache::CacheIndex> pIndex ( in Run()
215 for (iIndex=pIndex->begin(); iIndex!=pIndex->end(); ++iIndex) in Run()
H A DSlsBitmapCache.cxx488 ::std::auto_ptr<CacheIndex> pIndex(new CacheIndex()); in GetCacheIndex()
490 pIndex->reserve(aSortedContainer.size()); in GetCacheIndex()
492 pIndex->push_back(iIndexEntry->first); in GetCacheIndex()
493 return pIndex; in GetCacheIndex()

Completed in 115 milliseconds

12