Searched refs:pOp (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/idlc/source/ |
H A D | idlc.cxx | 139 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 D | parser.y | 1010 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);
|
/aoo42x/main/connectivity/source/inc/dbase/ |
H A D | DIndexIter.hxx | 63 file::OBoolOperator* pOp, in OIndexIterator() argument 65 :m_pOperator(pOp) in OIndexIterator()
|
H A D | DCode.hxx | 58 virtual file::OEvaluateSet* preProcess(file::OBoolOperator* pOp, file::OOperand* pRight = 0);
|
H A D | DIndex.hxx | 113 virtual OIndexIterator* createIterator(OBoolOperator_BASE* pOp,
|
/aoo42x/main/connectivity/source/drivers/dbase/ |
H A D | DCode.cxx | 97 OEvaluateSet* OFILEOperandAttr::preProcess(OBoolOperator* pOp, OOperand* pRight) in preProcess() argument 108 OIndexIterator* pIter = pIndex->createIterator(pOp,pRight); in preProcess()
|
H A D | DIndex.cxx | 177 OIndexIterator* ODbaseIndex::createIterator(OBoolOperator* pOp, in createIterator() argument 181 return new OIndexIterator(this, pOp, pOperand); in createIterator()
|
/aoo42x/main/connectivity/source/inc/file/ |
H A D | fcode.hxx | 87 virtual OEvaluateSet* preProcess(OBoolOperator* pOp, OOperand* pRight = 0); 120 virtual OEvaluateSet* preProcess(OBoolOperator* pOp, OOperand* pRight = 0);
|
/aoo42x/main/vcl/inc/aqua/ |
H A D | aquaprintview.h | 59 +(NSObject*)setupPrinterPanel: (NSPrintOperation*)pOp withController: (vcl::PrinterController*)pCon…
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 1164 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()
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | aquaprintaccessoryview.mm | 1087 +(NSObject*)setupPrinterPanel: (NSPrintOperation*)pOp withController: (vcl::PrinterController*)pCon… 1105 …ControllerProperties* pControllerProperties = new ControllerProperties( pController, pOp, pAccesso… 1362 [pOp setAccessoryView: [pAccessoryView autorelease]];
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoframe.cxx | 711 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()
|
Completed in 78 milliseconds