Home
last modified time | relevance | path

Searched refs:setPublished (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/idlc/inc/idlc/
H A Dastdeclaration.hxx119 void setPublished() { m_bPublished = true; } in setPublished() function in AstDeclaration
H A Didlc.hxx115 void setPublished(bool published) { m_published = published; } in setPublished() function in Idlc
/aoo4110/main/idlc/source/
H A Didlc.cxx135 pInterface->setPublished(); in predefineXInterface()
H A Dparser.y440 IDL_PUBLISHED { idlc()->setPublished(true); }
441 | /* empty */ { idlc()->setPublished(false); }
507 idlc()->setPublished(false);

Completed in 21 milliseconds