Searched refs:cname (Results 1 – 4 of 4) sorted by relevance
32 #define CUT_DECL( nsp, cname ) \ argument33 bool classtest_##cname()34 #define FUT_DECL( cname, fname ) \ argument35 bool ftest_##fname( cname & r##cname )
187 # <bitmask> = <cname> | !<cname> | :<cname> | !<cname0>!<cname1>196 # - <cname> - Sets a name for the bit that will be shown if the bit is set.198 # - !<cname> - Sets a name for the bit that will be shown if the bit is200 # - :<cname> - Sets a name for the bit that will always be shown together218 # <bitmask> = <cname> | !<cname> | :<cname> | !<cname0>!<cname1>
89 public void getContentXmlInt(String fname, String cname) throws IOException in getContentXmlInt() argument91 byte b[] = getEntry(cname); in getContentXmlInt()
622 OUString cname = OUString::createFromAscii(TRLT_IMPLNAME_PREFIX) + implName; in loadModuleByName() local623 loadBody(cname, body); in loadModuleByName()
Completed in 31 milliseconds