Home
last modified time | relevance | path

Searched refs:pOp (Results 1 – 12 of 12) sorted by path

/trunk/main/connectivity/source/drivers/dbase/
H A DDCode.cxx97 OEvaluateSet* OFILEOperandAttr::preProcess(OBoolOperator* pOp, OOperand* pRight) in preProcess() argument
108 OIndexIterator* pIter = pIndex->createIterator(pOp,pRight); in preProcess()
H A DDIndex.cxx177 OIndexIterator* ODbaseIndex::createIterator(OBoolOperator* pOp, in createIterator() argument
181 return new OIndexIterator(this, pOp, pOperand); in createIterator()
/trunk/main/connectivity/source/inc/dbase/
H A DDCode.hxx58 virtual file::OEvaluateSet* preProcess(file::OBoolOperator* pOp, file::OOperand* pRight = 0);
H A DDIndex.hxx113 virtual OIndexIterator* createIterator(OBoolOperator_BASE* pOp,
H A DDIndexIter.hxx63 file::OBoolOperator* pOp, in OIndexIterator() argument
65 :m_pOperator(pOp) in OIndexIterator()
/trunk/main/connectivity/source/inc/file/
H A Dfcode.hxx87 virtual OEvaluateSet* preProcess(OBoolOperator* pOp, OOperand* pRight = 0);
120 virtual OEvaluateSet* preProcess(OBoolOperator* pOp, OOperand* pRight = 0);
/trunk/main/idlc/source/
H A Didlc.cxx139 AstOperation* pOp = new AstOperation(0, (AstType*)(pRoot->lookupPrimitiveType(ET_any)), in predefineXInterface() local
143 OString("aType"), pOp); in predefineXInterface()
144 pOp->addDeclaration(pParam); in predefineXInterface()
145 pInterface->addMember(pOp); in predefineXInterface()
148 pOp = new AstOperation(1, (AstType*)(pRoot->lookupPrimitiveType(ET_void)), in predefineXInterface()
150 pInterface->addMember(pOp); in predefineXInterface()
153 pOp = new AstOperation(1, (AstType*)(pRoot->lookupPrimitiveType(ET_void)), in predefineXInterface()
155 pInterface->addMember(pOp); in predefineXInterface()
H A Dparser.y1010 AstOperation* pOp = NULL;
1024 pOp = new AstOperation($1, pType, *$4, pScope);
1027 pScope->checkMemberClashes(pOp));
1029 pScope->addMember(pOp);
1039 idlc()->scopes()->push(pOp);
1056 AstOperation* pOp = NULL;
1062 pOp = (AstOperation*)pScope;
1064 if ( pOp )
1065 pOp->setExceptions($12);
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx711 const ::uno::Any* pOp; in FillBaseProperties() local
712 if(GetProperty(RES_OPAQUE, 0, pOp)) in FillBaseProperties()
715 bRet &= ((SfxPoolItem&)aOp).PutValue(*pOp, 0); in FillBaseProperties()
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx1164 OutlinerParaObject* pOp = new OutlinerParaObject(*pTemporaryText); in InsertTxbxText() local
1165 pOp->SetOutlinerMode( OUTLINERMODE_TEXTOBJECT ); in InsertTxbxText()
1166 pOp->SetVertical( bVertical ); in InsertTxbxText()
1168 pTextObj->NbcSetOutlinerParaObject( pOp ); in InsertTxbxText()
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm1087 +(NSObject*)setupPrinterPanel: (NSPrintOperation*)pOp withController: (vcl::PrinterController*)pCon…
1105 …ControllerProperties* pControllerProperties = new ControllerProperties( pController, pOp, pAccesso…
1362 [pOp setAccessoryView: [pAccessoryView autorelease]];
/trunk/main/vcl/inc/aqua/
H A Daquaprintview.h59 +(NSObject*)setupPrinterPanel: (NSPrintOperation*)pOp withController: (vcl::PrinterController*)pCon…

Completed in 83 milliseconds